View Single Post
  #2 (permalink)  
Old 18-07-2008, 07:19
mephisto's Avatar
mephisto mephisto is offline
Senior Member
 
Join Date: Feb 2007
Location: Darlington
Posts: 101
Send a message via ICQ to mephisto Send a message via MSN to mephisto
Default

Hello

If you put a .htaccess file inside the annon directory, it will only be applied to requests inside that directory.

Code:
RewriteRule ^.*$ http://www.addon.org/ [L,R]
This should do what you want.
Reply With Quote