• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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