Questions tagged [addon-domain]

52 questions
0
votes
1 answer

Preventing primary domain from showing addon domains' content as its subfolder

I have a primary domain and 5 addons as independent sites. Everything is fine, but when one clicks primary.com/addon1.com, s/he can access irrelevant content over primary website. I want to prevent this. I am looking for a solution via the htaccess…
seeker
  • 61
  • 1
  • 11
0
votes
2 answers

Blocking access to addon domains

I'm using cpanel to create addon domains for my account, the addon domains are created so that addon.com is put in the path /home/user/public_html/addon.com/ which means I can access them via primarydomain.com/addon.com. I'd like to cut off access…
Ben
  • 60,438
  • 111
  • 314
  • 488
0
votes
1 answer

Is it possible to link files in two different add-on domains' folders together?

Is it possible to link files in two different add-on domains' folders together? public_html/a //wordpress installation - domain appointed public_html/b //custom cms installation - domain appointed I have a file stored in folder b which I want to…
stack kid
  • 117
  • 2
  • 12
0
votes
1 answer

Can I create links between two add-on domains folder present in a primary root domain?

I have a primary root domain as public_html. In this root domain, I have three more folders including a (have WordPress website which is running on root domain), b (client area custom CMS) c (Admin area custom CMS with add-on domain…
stack kid
  • 117
  • 2
  • 12
0
votes
1 answer

GoDaddy: How to add a database to an addon domain

I have a main hosting account in goddady eg a.com And I added an addon domain eg b.com I created a database db_a, working with a.com correctly. I created a database db_b, and trying to working with b.com, where can i configure it so that db_b is…
SIDU
  • 2,258
  • 1
  • 12
  • 23
0
votes
2 answers

Addon domain and second wordpress installation not working

I already had a Wordpress installation in public_html/wp directory for my primary domain name lets say domain-one.com. Now I added an addon domain domain-two.com with root directory as public_html/govt. Now I installed wordpress again for…
Anurag Rana
  • 1,429
  • 2
  • 24
  • 48
0
votes
1 answer

Switching addon domain to a primary domain

I have a dedicated server which currently serves up the following websites using Plesk 12 : primarydomain1.com | |-> addondomain1.com |-> addondomain2.com primarydomain2.com What is the process for taking addondomain1.com and making it a…
Grant
  • 1,297
  • 2
  • 16
  • 39
0
votes
0 answers

Cpanel Provide Seprate panel (filemanager and database admin for) shared linux hosting

i have linux shared hosting plan. i have many addon domains in it. my client want cpanel id passowrd so he can upload file manage database and tables in it. is there any open source php script which i can install and give permission of use file…
Allex
  • 141
  • 2
  • 16
0
votes
3 answers

How to add an addon domain to cpanel with same name but different tld?

I have a cpanel account with option for unlimited add-on domains. I have added a domain, say, example.org. For this, cpanel has also created a sub-domain for main hosting domain example.main-domain.com. Now I have purchased another domain…
Hamid Sarfraz
  • 1,089
  • 1
  • 14
  • 34
0
votes
1 answer

How to setup addon domain .htaccess

I'm trying to setup a rule in the .htaccess file to allow me to add the 'something' to my website url, like this: something.mywebsite.com redirect to some subdirectory. I have other rewrite conditions inside my .htaccess file already Can you do…
Crizly
  • 971
  • 1
  • 12
  • 33
0
votes
1 answer

Add On Domain IP Address

Do add on domains need a unique ip address or can they point to the same ip address as the main domain and use the .htaccess file to redirect to the subfolder? Details: I am trying to host two web applications on a single server. I setup the new…
Andrew Bauer
  • 1
  • 1
  • 2
0
votes
1 answer

.htaccess url rewriting for addon domains

I have a web hosting that is running multiple website. Suppose i have xyz.com that is the main website under this other websites are running as addon domains. Like i have another website that is xyz2.com that is addon domain. There is folder created…
0
votes
2 answers

What's wrong with this .htaccess? Restrict access to HostMonster add-on domain

I am using the following .htaccess file to prevent access to a add-on domain through my host monster account. However the folders/files can still be accessed by going to my domain.com/domains/addon-domain. I have edited the file extensively, trying…
Michael
  • 4,282
  • 9
  • 55
  • 89
0
votes
1 answer

.htaccess addon domain issue gives 500 error

This is my .htaccess located at public_html RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] I have a (legacy) CakePHP app running in public_html/app for…
blaze
  • 2,588
  • 3
  • 32
  • 47
0
votes
1 answer

How can I redirect a concrete5 website to addon domain

I installed concrete5 CMS in main domain folder and created an addon domain pointing to the main domain, but after creating the full website, when I redirect it from cpanel, the navigation is not working at all. You can see it by clicking following…