摘要: 今天在使用ISAPI_Rewrite3为各个站点配置伪静态时,发现在全局httpd.conf中配置的伪静态规则可使用,而把配置规则拷贝到网站根目录的.htaccess文件,并清空全局httpd.conf后却后现伪静态无法使用了。后来看到了:If rules are working in httpd.conf file but not in other sections or .htaccess files, make sure to include RewriteEngine on directive in every section and .htaccess file. Also reme 阅读全文
posted @ 2011-09-25 15:34 JetWu 阅读(1963) 评论(0) 推荐(0) 编辑