首頁 >後端開發 >php教程 > PHP:Invalid command RewriteEngine解决方法

PHP:Invalid command RewriteEngine解决方法

WBOY
WBOY原創
2016-06-13 12:56:57970瀏覽

PHP:Invalid command RewriteEngine解决办法

今天使用 CodeIgniter的时候出现了HTTP 500错误,查看日志发现以下错误

CodeIgniter_2.0.2/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

解决办法:

RewriteEngine命令需要rewrite mod的支持,

打开apache的配置文件httpd.conf ,取消 LoadModule rewrite_module modules/mod_rewrite.so前的注释
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn