shaashwato1308

htaccess - www to non-www redirection

Dec 23rd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
  4. RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Add Comment
Please, Sign In to add comment