PHP:Invalid command RewriteEngine解决方法
程序员文章站
2022-06-10 15:27:14
...
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前的注释
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
- 最新文章
- 热门排行
推荐阅读
-
php下foreach提示Warning:Invalid argument supplied for foreach()的解决方法
-
PHP:Invalid command RewriteEngine解决方法
-
PHP:Invalid command RewriteEngine解决方法
-
zf中Invalid command 'RewriteEngine'错误的解决办法
-
php下foreach提示Warning:Invalid argument supplied for foreach()的解决方法
-
php下foreach提示Warning:Invalid argument supplied for foreach()的解决方法,foreachsupplied
-
php下foreach提示Warning:Invalid argument supplied for foreach()的解决方法,foreachsupplied_PHP教程
-
zf中Invalid command 'RewriteEngine'错误的解决办法
-
zend framework Invalid command RewriteEngine 解决办法
-
php下foreach提示Warning:Invalid argument supplied for foreach()的解决方法,foreachsupplied
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论