我正在尝试将我的网站上传到1& 1主机: 我使用codeigniter 1.7.2,当我在1& 1主机上运行时没有任何内容。
我在另一台服务器上测试了我的网站,我没有遇到任何问题。
http://www.mywebsite.com/backoffice/
这是我的.htaccess文件:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|img|css|js|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [NC,L,QSA]
答案 0 :(得分:0)
您的1& 1服务器是共享主机还是VPS?如果你正在控制Apache,请确保你的httpd.conf中有“AllowOverride All”,否则你的.htaccess将被忽略。
http://forums.cpanel.net/f5/where-set-allowoverride-all-htacess-222882.html