如何才能使用.htaccess

WBOY
Release: 2016-06-13 10:43:03
Original
833 people have browsed it

怎么才能使用.htaccess
我正在使用ZendFramework框架。但是发现.htaccess文件不能读,不知道怎么回事。我改了下Apache中httpd.conf中的设置。改之后为

Options FollowSymLinks
AllowOverride ALL
Order deny,allow
Deny from all
#Require all denied


LoadModule setenvif_module modules/mod_setenvif.so


可是改了之后还是不能使用.htaccess文件。请问还有其它的可能要修改的地方么


------解决方案--------------------
参考这篇博文 http://blog.csdn.net/zhoukang0916/article/details/6273687

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!