Bartman
Power Member
- Apr 24, 2010
- 569
- 131
hi guys
does anyone know what this code does?
does anyone know what this code does?
Code:
#Prevent subfolder loading. This goes
# in htaccess for the primary domain
RewriteCond %{HTTP_HOST} ^primary\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.primary\.com$
RewriteRule ^addon\.com\/?(.*)$ "http\:\/\/www\.addon\.com\/$1" [R=301,L]