我是Zend服务器的新用户。 出于某种原因,Apache不读项目文件夹我的htaccess文件。 请检查我的设置:
文档根目录:C:\ Program Files文件\ Zend的\ Apache2的\ htdocs中\
项目文件夹:C:\ Program Files文件\ Zend的\ Apache2的\ htdocs中\ Project1的\网站\
htaccess的路径:C:\ Program Files文件\ Zend的\ Apache2的\ htdocs中\ PROJECT1 \ website.htaccess
实施例在htaccess的重写规则的:
RewriteRule ^([a-zA-Z0-9\-]*)-([0-9]*)-([0-9]*)\.php$ /project1/website/index.php?cat=$2&page=$3 [L]
改变httpd.conf文件:
的LoadModule rewrite_module模块/ mod_rewrite.so
<Directory "C:\Program Files\Zend\Apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride ALL
Order allow,deny
Allow from all
</Directory>
索引页工作正常的http://本地主机/ PROJECT1 /网站/