1
我有沒有/index.php/ URL的CodeIgniter,我想鏈接視圖中的CSS文件。鏈接到CodeIgniter中沒有/index.php/的CSS
我的.htaccess:
RewriteEngine on
RewriteCond $1 !^([a-zA-z0-9/])
RewriteRule ^(.*)$ index.php [L]
RewriteCond $1 !^(index.php|images|robots.txt|system|user_guide)
RewriteRule ^(.*)$ index.php/$1 [L]
我的鏈接:
隨着/index.php/它的工作原理,但我想簡單的URL ...