Hi Friends, I need some help regarding .htaccess http://some.domain.com Should call http://www.domain.com/user.php?user=some Without redirecting means to use rewrite rule... I have enabled wildcard DNS support also... And I tried to use lot of code but not getting output... Plz help me to find a solution
I am not sure about exact rewrite rule, but you will also need the following serveralias: ServerAlias *.yourwebsite.com You will need to add this in virtualhost of your domain in httpd.conf (Apache confoguration file).