I'm trying to figure out if the hostname I have set for my cloud-based web server is conflicting with my public-facing website in any way.
I've researched the topic and found suggestions for proper naming conventions (See here: 1 and 2), but no definitive answer on name conflicts.
Here's my specific situation and questions:
- My current hostname structure: server.example.com
- The name of my main consumer-facing e-commerce website is also called example.com
- I host multiple public-facing websites on server.example.com
Question #1: Should I use a different domain for my hostname?
Example: server.newexample.com
Question #2: What potential issues can happen (if any) if your hostname domain is the same as your consumer-facing website?
Thanks in advance for the assistance.