首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

Apache .htaccess 失效有关问题

2012-07-15 
Apache .htaccess 失效问题RewriteRule^/abc$ /index.php(httpd.conf 中有效,.htaccess 中无效)RewriteRul

Apache .htaccess 失效问题
RewriteRule  ^/abc$ /index.php  (httpd.conf 中有效,.htaccess 中无效)

RewriteRule  ^abc$  /index.php  (httpd.conf 中无效,.htaccess 中有效)

移植规则时注意行首 / 即可。语法并没有错误,所以日志文件没有任何记载。

热点排行