• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Domains alias for sub-domains

C

Cadey

Guest
Hello

I'm hosting domain.com on a Linux Plesk server.
I'm also hosting sub1.domain.com

Is it possible to create a domain alias that points to the subdomain?

For instance domain2.net will point to sub1.domain.com

Thanks

Cadey
 
Yes

Just setup domain2.net as "Standard forwarding" and choose sub1.domain.com as target. Just waive the Alias-functionality
 
Searchengines normally recognize any redirects of a domain, as the webserver responses with

301 - Moved Permanently
A status code of 301 tells a client that the resource they asked for has permanently moved to a new location. The response should also include this location. It tells the client to use the new URL the next time it wants to fetch the same resource.

So, the searchengines will "ignore" the Domain you've redirected from. For SEO (Search Engine Optimization) this wont help.

The best way for this would really be copying the content, that the engine sees same content on both domains.

The example you gave, looks like a Frame Forwarding, but SEO and Frames aren't best friends ;)

But with a little trick you can double the contents: Just use the same DocumentRoot for both domains and the search engine doesn't know that.
 
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.
 
I often use subdomains for development & testing (stage.somedomain.com). I need to confirm things are working there before pointing the DNS at my server and hosting the main somedomain.com. The main domain has approved content, so I don't want to use it for development and it needs to stay unchanged after the domain transfer. The staging subdomain lives on after the transfer so I can continue to work on it without affecting the main site, but I still need to access it before the DNS is changed.

On other servers, I've done this by aliasing a subdomain of one of my own domains which already exists on my server and pointing it at the not-yet-transferred stage.somedomain.com.

How can I do this in Plesk?

somedomain.com
(existing domain is hosted elsewhere and set up as a domain in Plesk to prepare for transfer)

stage.somedomain.com
(set up as a subdomain in Plesk)

somedomain.my-example.com
(Already hosted on Plesk, I want it to host content from stage.somedomain.com on my server.)
 
Back
Top