当前位置:Gxlcms >
PHP教程 >
PHP:InvalidcommandRewriteEngine解决方法
PHP:InvalidcommandRewriteEngine解决方法
时间:2021-07-01 10:21:17
帮助过:4人阅读
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前的注释