Guest User

Untitled

a guest
Jun 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #Prevent subfolder loading. This goes
  2. # in htaccess for the primary domain
  3. RewriteCond %{HTTP_HOST} ^primary\.com$ [OR]
  4. RewriteCond %{HTTP_HOST} ^www\.primary\.com$
  5. RewriteRule ^addon\.com\/?(.*)$ "http\:\/\/www\.addon\.com\/$1" [R=301,L]
Add Comment
Please, Sign In to add comment