• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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