Maison >développement back-end >tutoriel php >Url rewrite in .htaccess is not working解决方法

Url rewrite in .htaccess is not working解决方法

WBOY
WBOYoriginal
2016-06-13 11:47:581027parcourir

Url rewrite in .htaccess is not working
我从网上下载了一个开源的网站,我配置了Apache和PHP,
我运行http://127.0.0.1:8881/index.php之后显示SystemCheck画面
其中有一项没有通过
Url rewrite in .htaccess is not working. Check your server configuration.
这个.htaccess文件也是从网上下载下来后什么都没有改

我该改什么配置文件
谢谢了
------解决方案--------------------
你的Apache没有开启rewrite功能啊

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:为什么要少用Iframe?Article suivant:php 发送tcp报文解决思路