Advertisement
Niko454

Untitled

May 5th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTP_HOST} !^www\.
  3. RewriteCond %{REQUEST_URI} !index\.php
  4. RewriteCond %{HTTP_HOST} ^(.+?)\.mydomain\.com$
  5. RewriteRule .* /index.php?username=%1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement