Thread
:
Mod Rewrite Question
View Single Post
#
2
(
permalink
)
18-07-2008, 07:19
mephisto
Senior Member
Join Date: Feb 2007
Location: Darlington
Posts: 101
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.
mephisto
View Public Profile
Send a private message to mephisto
Visit mephisto's homepage!
Find all posts by mephisto