Report this

What is the reason for this report?

How do I direct my servers hostname(FQDN) to somewhere besides my single wordpress website with nginx?

Posted on September 12, 2016

Hello!

I am new to server administrating and was wondering if there is a way to change the content shown for my hostname (ex. server.example.com) to something that is different from (ex. example.com).

I have finished 301 redirecting the www sub-domains but still do not quite understand what to do with the hostname sub-domain.

Will google view server.example.com and example.com mirroring the same content as duplicate content?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Google don’t have a way to notice server.example.com unless you’re linking to it from somewhere. But you can use a robots.txt file to be sure.

You can create a Nginx server block for server.example.com and have it’s own content there. Or you can 301 it to your main website. That won’t be a problem

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.