我无法在我的codeigniter安装中删除index.php ...
我的导演看起来像这样: 根/ htaccess的 根/ index.php的 根/应用 根/系统
我的.htaccess:
AcceptPathInfo On
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
解决这个问题的任何解决方案?