Or, conversely, rewrite that matches the file, then skips the rest of the rewrite tests.
By placing the following line before your existing RewriteRule is redirected without going through index.php.
RewriteRule ^/rss.php /rss.php [L]
I came across this page while searching for a way to do this using my /robots.txt file.
mod_rewrite with apache1.3
source share