2008-7-4 13:35
sxlnok
ZF重定向问题
网站根目录
.haccess 为
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
管理目录admin
.haccess 为
RewriteEngine off
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
管理目录下的 index.php 页面的验证码不能显示了 取消所有.haccess 文件后 可以显示正常
希望的结果是 不破坏网站根目录下的.haccess文件 修正admin 目录index.php 页面显示正常