Posts by Márlon Etiene • 11 points
1 post
-
1
votes1
answer1066
viewsQ: Subdomain redirection at . htaccess
I am trying to do a subdomain redirect on . htaccess as follows: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{HTTP_HOST}…