php - .htaccess file modification -
I have an .htaccess file that arranges that all requests go through index.php. Now I want to make an exception for rss.php. How can I do this to go straight to the RSS?
It looks like now:
Rev.Rub / Rewrite Rowl Rewart Engine! (JS | ICO | TCT | GIF | JPG | Png | css) $ index.php Thanks.
Place it before the last line.
Rewrite% {REQUEST_URI}! ^ / Rss \ .php $
Comments
Post a Comment