Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteCond %{REQUEST_URI} ^/forum [NC]
  4. RewriteRule ^(.*)$ http://subdomain.com/$1 [R=301,L]
  5.  
  6. RewriteEngine On
  7.  
  8. RewriteCond %{HTTP_HOST} olddomain.com$ [NC]
  9. RewriteCond %{REQUEST_URI} ^/forum [NC]
  10. RewriteRule ^(.*)$ http://subdomain.com/$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement