Click to See Complete Forum and Search --> : how to redirect subdomains to appropriae pages through htacess


suman977
10-21-2008, 03:07 AM
Hi webmasters!!!!


I have incoming url = http://www.abc.mydomain.com
and i want to point into
destination url= http://www.mydomain.com/abc.php
and i need to this via htaccess
Please help

Kimberlh
10-22-2008, 06:50 AM
In the subdomain make a .htaccess file. Add codes


Redirect 301 /old-url-extension.html newurl.html

See http://www.webweaver.nu/html-tips/web-redirection.shtml to redirect a whole director. I like this page because it written in level a none techy person can understand. God knows I am not a very techy person :o


Hope that helps
Kimberly