hi all
ive little problem
ive installed a php script on my host which works for giving subdomain to users
but the problem is when it create url for subdomains the created url return to main script page rather than redirecting to the created subdomains
ive wild card enabled on my host and can access my site from and address
im pretty sure there is somthing wrong with htaccess
can you look at it and give me help
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !www.domain.com$
RewriteCond %{HTTP_HOST} ^(www.)?([a-z0-9-]+).domain.com$
RewriteRule ^(.*)$ go.php?s=%2&file=$1 [L,QSA]
</IfModule>
should i modify it ?
or problem lies somewhere else ?
thanks for help
htaccess correct settings
Moderator: General Moderators