• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Subdomain forwarding instead of hosting

The simplest way, if you don't mind using up a domain name to do it, is to just create it as a new domain. Just set the hosting type to standard forwarding or framed forwarding and enter the url you want it to redirect to.

you could also set up the subdomain as usual and use:
- a php/asp page (index.php) containing code to redirect the user to the URL you want
- or add an entry to .htaccess to redirect requests for the subdomain to the URL you want
e.g. redirectPermanent /index.htm http://www.website.com/page-new.htm
- or just about any other type of 'redirect' mothod
 
Back
Top