I have a .htaccess at the top level of my web server.  I have a need to
place a redirect in there for the
http://www.site.com/blog/xml/rss20/feed.xml link, but this seems to be
overridden by the .htaccess in the blog/public directory or possibly some
other area in Typo.  Does anyone know how I can override that from the top
level?  Placing my redirect into the blog/public/.htaccess does not seem to
help.  Note that the "newurl" below is not under the /blog tree.

   RewriteCond %{REQUEST_URI} ^/blog/xml/rss20/feed.xml
   RewriteRule ^blog/xml/rss20/feed.xml "newurl" [R=301,NC,L]

or if this is braindead easy, slap me hard to wake me up. =)

--
Ernie
http://www.shokk.com/blog/
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to