i'm trying use koolphp create ui in codeigniter (ci) framework. problem ci redirect call koolphp controls index.php ..this causing >>> networkerror: 404 not found
this example of mean;
my actual call >>> "../koolcontrols/koolgrid/styles/default/default.css"
ci redirect >>> "../index.php/koolcontrols/koolgrid/styles/default/default.css"
-> can helpme on this..
thanks
m.zam
rewriteengine on
rewritecond $1 !^(index.php|asset|images|css|azza|js|robots.txt|koolcontrols)
rewriterule ^(.*)$ index.php/$1 [pt,l]
Comments
Post a Comment