Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteBase /
  3.  
  4. #if not already blog.website.com
  5. RewriteCond %{HTTP_HOST} !^blog.website.com$ [NC]
  6. #if request is for blog/, go to blog.website.com
  7. RewriteRule ^blog/$ http://blog.website.com [L,NC,R=301]
  8.  
  9. RedirectMatch ^/subdomain/(.*)$ http://subdomain.mysite.com/$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement