Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteBase /
  3.  
  4. # https redirects, www-redirects and other stuff
  5.  
  6. RewriteCond %{HTTP_HOST} domainname.(?!(de|ch|at))[a-z]+$ [NC]
  7. RewriteRule ^forum(/.*)?(?.*)?$ /forum_eng$1$2 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement