Questions tagged [addon-domain]
52 questions
9
votes
3 answers
Change the document root of a parked domain?
I have run into a problem which is that my web host doesn't appear offer addon domains.
I currently have a domain name pointing to my name servers.
I went into cPanel to add an addon domain that points to a sub-directory, but all that is available…

a-second-mix
- 372
- 3
- 10
3
votes
4 answers
Is Addon domain affecting SEO
I am just a learn in the field of SEO and i have a main domain and an addon domains. Both have separate websites. Consider main.com is my main domain and addon.com is my addon domain name which is pointed to a sub directory called "addon".
I can…

Vasanthan.R.P
- 1,277
- 1
- 19
- 46
3
votes
2 answers
Disable access to addon domain through maindomain.com/addondomainfolder
I want to disable access to the folder of my addon domain using .htaccess but I can't seem to figure it out.
My folder structure is like this:
root/maindomain (www.maindomain.com/maindomain)
root/addondomain (www.addondomain.com)
I want to disable…

Swen
- 767
- 1
- 9
- 31
2
votes
1 answer
Addon domain and .htaccess file redirect
I have two domains:
maindomain.com
www.addondomain.com
A .htaccess file in maindomain.com has this redirect
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(([a-z0-9_]+\.)?maindomain\.com)$ [NC]
RewriteRule .? http://%1%{REQUEST_URI}…

user3384093
- 45
- 1
- 8
1
vote
1 answer
Cpanel Addon Domain Email Migrating to Own Cpanel Account
I have a cpanel account with multiple addon domains. I am in the process of moving every website to its own cpanel account.
I have email set up on the addon domains and before I go and move the files and the database over to the new account, I…

Brandon Shutter
- 143
- 2
- 15
1
vote
0 answers
AMPPS Domain Panel Adding Domain Name Error
Stuck with 3.8 MySQL connection denied, Uninstalled and Reinstalled with AMPPS 3.9 in Win10 x64
AMPPS Local Host Config Error
However Trying to Add Domain 'https://example.com' in the localhost thru AMPPS Panel returned message 'Error'. Besides the…

W4CDev
- 11
- 1
- 2
1
vote
1 answer
Wordpress 3.0 multisite internal server error
I have WordPress (3.0) multisite installed (and correctly configured according to the WordPress 'Create A Network' tutorial) in the root of an add-on domain with two sites created using the subdirectory method of network install.
My site structure…

shinjiru
- 11
- 2
1
vote
0 answers
" index of/ " problem after wordpress installation and and importing my wordpress site
i recently decided to host my new wordpress site on the same shared hosting account as my other site, so i created an addon domain and installed wordpress on it. I also used all-in-1 wordpress migration plugin to export my wordpress site from my the…

Raymond Ndibe
- 43
- 6
1
vote
0 answers
run laravel project under addon domain
I have a addon domain in cpanel for my website : "siteB" which are hosted under a shared hosting with this structure:
var/home/siteA
->public_html (main domain 'siteA')
->siteB.com (addon domain)
->public (for siteB)
->app
…

behnam shateri
- 1,223
- 13
- 18
1
vote
1 answer
maintenance mode on root avoid addon domains
Problem 1
It is little difficult but i have 3+ addon domain and their folders are in the root..
So example
www/index.php ROOTSITE.COM
www/example.com/index.php example.COM
www/example2.com/index.php example2.COM
Remember the above example.com and…

user616415
- 25
- 6
1
vote
2 answers
Hostgator Addon Domain Redirecting to Primary Domain Subdirectory
This is for a client so I won't share exact domains but the problem is as follows..
I took over development of a website from a prior developer.
The hosting is Hostgator Business.
The primary domain is primary.com.
There is an addon domain…

TriumphWare
- 78
- 7
1
vote
1 answer
Add-On Domain Redirects to HTTPS
I have a GoDaddy shared hosting account with one main domain that uses SSL and now an add-on domain that I do not want to use SSL. I would like to redirect non-https to https for the main domain BUT NOT for the add-on domain. Both sites use…

garrettkite
- 11
- 1
1
vote
1 answer
Redirect all requests to index.php except subdomains
I'm using AltoRouter: (http://altorouter.com/) and I modified .htaccess as suggested in the instalation to:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
This is so that index.php can handle all the requests.…

2Noob2Good
- 159
- 1
- 12
1
vote
0 answers
add-on domain path without main domain path in URL
In my hosting account on cpanel, I have one main domain for e.g. www.abc.com and one addon domain say xyz.com. The document root of addon domain is home/public_html/xyz.com. So the .htaccess file in root directory of abc.com is the main htaccess…

Aniket
- 11
- 2
1
vote
2 answers
.htaccess redirect http to https for only some addon domains
I have a multiple addon domains on my hosting account. I would like to redirect non-https to https for the main domain AND ONLY ONE of the addon domains.
The problem I am experiencing is www.firstaddondomain.com is not redirecting to…

John S
- 386
- 1
- 3
- 17