IT猫扑网文章教程

分类分类

PHP:Invalid command RewriteEngine解决办法

2015-06-28 00:00作者:网管联盟

今天使用 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前的注释

展开全部

相关文章

说两句网友评论
    我要跟贴
    取消