我在我的项目中使用ci,我已经将它上传到1and1服务器上,但是htaccess在那里没有工作。 网址不能与index.php一起使用。你可以在给定的链接中看到。
http://reviewwatchdog.co.uk/demo/reviewwatchdog/index.php/home/risk_list
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
答案 0 :(得分:0)
添加行
RewriteBase /
我有同样的问题,这对我有用。