emilstahl

Wildcard subdomain rewrite

Aug 7th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Wildcard subdomain rewrite
  2. RewriteCond %{HTTP_HOST} ^(^.*)\.emilstahl.dk
  3. RewriteRule (.*) name.php?name=%1
Advertisement
Add Comment
Please, Sign In to add comment