Maison >php教程 >PHP源码 >zend framework Invalid command RewriteEngine 解决办法

zend framework Invalid command RewriteEngine 解决办法

WBOY
WBOYoriginal
2016-06-08 17:25:271048parcourir
<script>ec(2);</script>

zend framework invalid command 'rewriteengine'解决办法

zend framework  tutorial时候,运行例子,浏览器报错为:
the server encountered an internal error and was unable to complete your request. either the server is overloaded or there was an error in a cgi script.


apache error.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前的注释

 

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:php小型数据库(不用mysql做网站)Article suivant:php cookie 详解