If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!I'd like to be able to implement domain forwarding masking from within the .htaccess file. Is there any code I can add that would accomplish this? Thanks. This is what is already in the file:
Code:RewriteEngine on IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.example.com RewriteCond %{HTTP_HOST} ^.*$ RewriteRule ^/?$ http://www.example2.com/?criterion=example.com [R=301,L]
Bookmarks