Questions tagged [multiple-domains]

A multiple-domain account usually allows you to distribute your disk space/transfer over as many domain names as you want (or can).

If you have for example 5 websites then it is usually more economical to get one multi-domain account to put them all under then get 5 single domain accounts.

261 questions
1
vote
1 answer

Multiple domains and web app in Business Catalyst

I have set up a secondary domain on my BC hosting successfully and have already set it up to point to a homepage and the url stays the way I wish, for example www.[secondary domain].com I now want to setup a web app to use my secondary domain rather…
J-P
  • 39
  • 6
1
vote
1 answer

Python multiple domain crawler InvalidSchema exception

This is my code. My goal is crawl multiple domain. I set domains in url array but I can't crawl. The code can find urls but don't parse or crawl. This is the results: my code run ('Total Link Number : ', 387) ('Links for News: ', 146) # -*-…
1
vote
0 answers

.htaccess and godaddy domains folders

i got a godaddy deluxe plan that allow me to have different websites and domain on the same hosting. i got 3 websites : website1.com (the main website) , website2.com and website3.com. With godaddy i got the main folder public_html (where website1…
Nico
  • 6,259
  • 4
  • 24
  • 40
1
vote
0 answers

Carry Rails session across domains

I'm looking for a solution to carrying sessions from one domain to another using Rails. You can read the full details in a gist I made: Session hijack myself. The gist has a "solution", but I'm really looking for something better and more…
Luke
  • 2,053
  • 1
  • 18
  • 25
1
vote
1 answer

Single store on multiple domains - Opencart

I would like to know how to setup a store to run on multiple domains. Posible Scenario : The main store is "store.de" and i would like to make it to use diffrent domains such as "store.com ; store.fr ..etc" but the store is the same as theme ,…
Barbu Daniel
  • 81
  • 1
  • 1
  • 11
1
vote
1 answer

Robots.txt For Two Separate Websites That Share the Same Root

I have to make a robots.txt file for two different websites but they are both on the same root directory. They are as different as google.com and yahoo.com but they are both tied to the same place so one change effects both. Looking for a solution…
1
vote
0 answers

Running a node application with different domains

I have a node application that creates an API for the frontend to reference. Snippet below: var app = express(); app.post("/api/login", function(req, res){ //login code }); app.listen(8080); Now if I go to localhost:8080 everything works…
CaribouCode
  • 13,998
  • 28
  • 102
  • 174
1
vote
1 answer

one CMS for multiple domains under one web host provider?

could anybody recommend free CMS that is preferably part of SimpleScripts or could be installed let's say with BlueHost shared hosting environment can handle multiple domains using one database/interface/CMS application. Every domain will have…
Radek
  • 13,813
  • 52
  • 161
  • 255
1
vote
2 answers

Cannot Add 'AddOn Domain' in cPanel

Adding AddOn Domain throws an error: ... add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver. I tried this link "Setting up Nameserver DNS Using cPanel/WebHost Manager" but i don't know why this…
webwarrior
  • 87
  • 1
  • 9
1
vote
2 answers

how to Write rewrite rules for full URLs in web.config in a DNN website?

I am working with DNN website, which works with different domains, i mean to say one website is working with multiple domains, layout and pages all categorizes with Different portals. every Portal has its own pages and content. Now i have to write…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
1
vote
1 answer

Tracking multiple hostnames with universal analytics

I have one website, which can be reached under three hostnames. Each hostname has a different domain name. For example, my website can be reached at www.example.com, www.example2.com and www.example3.com. On each the same content is served. It's…
frasen
  • 169
  • 2
  • 6
1
vote
0 answers

one single app with different subdomains

I am looking for a solution for my project but I don't know if I chose a correct title for my question, so I should apologise everybody if it doesn't seem relevant somehow. I have an application written by PHP which is like this:…
Amir Rokni
  • 11
  • 2
1
vote
1 answer

Django: Is there a safe and robust way to allow account-holders to have separate domains on your app?

If I want my account holders to be able to have their own sub-domains and even their own domains altogether. Using NGINX as my proxy server, should I create domains for each one in my NGINX conf and have my clients point their domains there or is…
orokusaki
  • 55,146
  • 59
  • 179
  • 257
1
vote
3 answers

share content/code - multiple domains, single server, single database

Here's the puzzle: I have several individual domains hosted on a single Apache server. They are related, look and laid out similarly, but have individualized specific content. I have written a code "framework" which is to be shared among the…
user1455083
  • 91
  • 3
  • 12
1
vote
1 answer

Multiple domains on 1 cloud service

I have a app which is a website builder. Lets say the app is on a azure webrole and its domain is called www.myapp.com. I want to offer a service where users can use their custom domain with my app. So User 1 has a domain called ww.user1.com, user2…