• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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