Guest User

Untitled

a guest
Feb 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTP_HOST} ^(.*).domain.com.xyz
  3. RewriteRule ^(.*)$ https://domain.com.xyz/subdomains/$1 [L,NC,QSA]
  4. RewriteRule ^subdomains/([A-Za-z0-9-]+)?$ subdomains/userpage.php?id=$1 [NC,L]
Add Comment
Please, Sign In to add comment