Guest User

Untitled

a guest
Sep 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTP_HOST} ^www.make4u.eu$
  3. RewriteRule ^/?$ "http://pl.make4u.eu/" [R=301,L]
  4.  
  5. RewriteCond %{HTTP_HOST} ^make4u.eu$
  6. RewriteRule ^/?$ "http://pl.make4u.eu/" [R=301,L]
  7.  
  8.  
  9. # Redirect to non-www domain
  10. RewriteCond %{HTTP_HOST} !pl.make4u.eu$ [NC]
  11. RewriteRule ^(.*)$ http://pl.make4u.eu/$1 [R=301,L]
Add Comment
Please, Sign In to add comment