View Single Post
  #2  
Old 12-18-2011, 12:42 AM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
RewriteRule ^test.rss http://www.google.com/ [L,R=301]
-->
RewriteRule ^/test.rss http://www.google.com/ [L,R=301]

this is the difference between per-server and per-dir rewriterule.
for further reference:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
Reply With Quote