Okay so I used to have this which works.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.)
RewriteCond %{HTTP_HOST} ^([^.]+)\.domain\.com
RewriteRule . /home/me/public_html/gay.php?name=%1 [L]
That right there successfully rewrites subdomains. Everything's good.
Now I want to add an image...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.