san*_*ers 4 php .htaccess
我有一个.htaccess文件,它安排所有请求都通过index.php.现在我想对rss.php做一个例外.直接通过rss.php.我该怎么做呢?
这就是现在的样子:
RewriteEngine on RewriteBase / RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php
谢谢.
Ian*_*oke 6
把它放在最后一行之前.
RewriteCond %{REQUEST_URI} !^/rss\.php$
归档时间:
17 年 前
查看次数:
407 次
最近记录: