Guest User

Untitled

a guest
Jan 20th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <ifmodule mod_rewrite.c>
  2.  
  3. RewriteEngine on
  4. RewriteCond %{HTTP_HOST} ^(.*).mydomain.com
  5. RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}/sponsor/%1/$1 [L,NC,QSA]
  6.  
  7. Options +FollowSymlinks
  8. </ifmodule>
Add Comment
Please, Sign In to add comment