Guest User

Untitled

a guest
Oct 18th, 2017
49
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. RewriteCond %{HTTP_HOST} !^www\. [NC]
  3. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Add Comment
Please, Sign In to add comment