Guest User

Untitled

a guest
Dec 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. RewriteConf %{HTTP_HOST} !^example.com$ [NC]
  2. RewriteRule ^(.*)$ http://example.com/user/%1$1
  3. RewriteRule ^/user/([a-zA-Z0-9]+).example.com/(.*) http://example.com/user/$1/$2 [NC,L]
Add Comment
Please, Sign In to add comment