我有一个使用 codeigniter 的网站,它工作得很好,但我需要格式化 pc。我安装了 Windows 7 64 位。
接着
我将我的项目粘贴回 www 目录,现在我得到了这个错误。我不要更改任何代码或其他东西。我刚刚格式化了我的电脑。.htaccess 工作我没有改变它。
我在本地主机上工作,我没有改变任何想法,我不知道为什么会发生。请帮助我,我必须解决它。
完整错误:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
我的 .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /blogna/index.php/$1 [L]