Hello masters, How To create subdomain from .htaccess..? please share it
How To create subdomain from .htaccess
Collapse
X
-
Originally posted by Rrobyf View PostHello masters, How To create subdomain from .htaccess..? please share it
Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.yourwebsite.com RewriteCond %{HTTP_HOST} ([^.]+)\.yourwebsite.com RewriteRule ^(.*)$ /path_to_your_site/httpdocs/work_out.php?url=%1
Last edited by arnage; 01.09.12, 08:42.
Comment