今天看zend framework tutorial时候,运行例子,apache log 中出现如下错误:
Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
解决办法:
打开httpd.conf ,取消 LoadModule rewrite_module modules/mod_rewrite.so前的注释
本文解决了在运行ZendFramework教程示例时遇到的Apache错误问题。具体错误为'Invalid command 'RewriteEngine'',通过在httpd.conf文件中启用mod_rewrite模块解决了该问题。
Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
解决办法:
打开httpd.conf ,取消 LoadModule rewrite_module modules/mod_rewrite.so前的注释
5839

被折叠的 条评论
为什么被折叠?