harrytwatter
just be nice ffs
- Joined
- Jan 13, 2017
- Messages
- 295
- Likes
- 210
- Degree
- 1
Hello BoSu world,
I've gleamed a lot from this fantastic community over the years and try to contribute constructively whenever I can. Today I discovered every add-on domain I've ever registered all indexable as sub-domains of my primary account domain. I'm really hoping someone may have some insight into the severity of this and/or potential solutions.
Essentially over the years I've registered maybe 20 domains. Some I've let lapse as they were failed projects, but I have about 10 that were built-out and are live today.
Well, in Cpanel I see them all, the failed and the live all existing as subdomains of my primary hosting account domain.
With "example.com" as my primary domain it looks something like this:
potato.example.com
trucks.example.com
cats.example.com
weather.example.com
headphones.example.com
etc..
This looks scary to me and looks even scarier when I pop them in my browser. Most of them simply have an "Index of/" but some are complete clones of the primary domain.
For instance I have example.com which is a automotive niche site, and I have potato.com which is a cooking niche site, but in my Cpanel I can find potato.example.com and it's an exact duplicate of potato.com.
Contacted my hosting provider (Peopleshost) and they say this is just how Cpanel deals with add-on domains. I have a shared account and was setting up everything presuming they'd they'd be independent sites.
However as an SEO having all my sites (various unrelated niches) linked as subdomains via one primary domain is hella scary, and having a cloned version is downright terrifying.
How do BoSu'ers handle add-on domains and Cpanel? Should I really have separate hosting accounts for each niche site?
My host recommended adding the following to my .htaccess to make the links "unavailable":
Being a technical layperson I have no idea what the above means/does which makes me nervous about implementation.
The second solution offered was to point my unwanted subdomains to a non-working IP address. This sounds simpler but I'm struggling to see how Google would evaluate this from a search perspective.
How do ya'll deal with subdomains created in Cpanel? Should I be shitting my pants given the above or am I over-reacting?
If anyone has any insight I'd be eternally grateful.
I've gleamed a lot from this fantastic community over the years and try to contribute constructively whenever I can. Today I discovered every add-on domain I've ever registered all indexable as sub-domains of my primary account domain. I'm really hoping someone may have some insight into the severity of this and/or potential solutions.
Essentially over the years I've registered maybe 20 domains. Some I've let lapse as they were failed projects, but I have about 10 that were built-out and are live today.
Well, in Cpanel I see them all, the failed and the live all existing as subdomains of my primary hosting account domain.
With "example.com" as my primary domain it looks something like this:
potato.example.com
trucks.example.com
cats.example.com
weather.example.com
headphones.example.com
etc..
This looks scary to me and looks even scarier when I pop them in my browser. Most of them simply have an "Index of/" but some are complete clones of the primary domain.
For instance I have example.com which is a automotive niche site, and I have potato.com which is a cooking niche site, but in my Cpanel I can find potato.example.com and it's an exact duplicate of potato.com.
Contacted my hosting provider (Peopleshost) and they say this is just how Cpanel deals with add-on domains. I have a shared account and was setting up everything presuming they'd they'd be independent sites.
However as an SEO having all my sites (various unrelated niches) linked as subdomains via one primary domain is hella scary, and having a cloned version is downright terrifying.
How do BoSu'ers handle add-on domains and Cpanel? Should I really have separate hosting accounts for each niche site?
My host recommended adding the following to my .htaccess to make the links "unavailable":
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} addon.maindomain.com$
RewriteRule ^(.*)$ "http://maindomain.com/404" [R=301,L]
</IfModule>
Being a technical layperson I have no idea what the above means/does which makes me nervous about implementation.
The second solution offered was to point my unwanted subdomains to a non-working IP address. This sounds simpler but I'm struggling to see how Google would evaluate this from a search perspective.
How do ya'll deal with subdomains created in Cpanel? Should I be shitting my pants given the above or am I over-reacting?
If anyone has any insight I'd be eternally grateful.
Last edited by a moderator: