codeigniter项目中的500(内部服务器)错误

时间:2016-05-27 05:51:08

标签: codeigniter

我的网站工作正常,但在某些网页上会出现此错误。 我也改变了我的.htaccess文件然后同样的错误。我的.htaccess文件代码是

RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt) 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1

0 个答案:

没有答案