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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -