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.

255 questions
46
votes
2 answers

How should I organize multiple Express servers on the same system?

I'm using one server to host multiple Node.js web apps, which are distributed across multiple domains. My current practice is to run an Express server for each app on a different port, and to run a base server that simply routes (redirects) requests…
Aaron
  • 1,733
  • 4
  • 25
  • 31
24
votes
5 answers

Single Sign On [SSO] across different domains using Java

We are implementing Single Sign On [SSO] across multiple applications, which are hosted on different domains and different servers. Now as shown in the picture, We are introducing a Authenticate Server which actually interacts with LDAP and…
Reddy
  • 16,522
  • 43
  • 127
  • 190
24
votes
6 answers

Multiple domains in 443 port in same IP

i have hosted the one website "www.example1.com" in port 443(https) in IIS 7. now i bought a new domain for "www.example2.com" for same IP. i would like to host the another website in this domain(www.example2.com) in port 443(i already used port 443…
Karthik
  • 621
  • 2
  • 9
  • 21
20
votes
6 answers

Multiple domains for one site: alias or redirect?

I'm setting up a number sites right now and many of them have multiple domains. The question is: do I alias the domain (with ServerAlias) or do I Redirect the request? Obviously ServerAlias is better/easier from a readability or scripting…
Jonah Braun
  • 3,859
  • 7
  • 26
  • 31
18
votes
4 answers

Redirect multiple domains to one domain (with or without www before)

I have about 18 domains that need to be redirected to a new one. It has to work both with or without www prepended. I've tried this: RewriteEngine on Rewritecond %{HTTP_HOST} !^www\.domain\.com RewriteRule…
qwerty
  • 4,762
  • 15
  • 49
  • 74
10
votes
5 answers

How can I find all the domain names that resolve to one ip address?

Lately I've been tracking a spammer on craigslist. I recently discovered that he's added a new technique to his arsenal, he registered a whole bunch of domain names but they all resolve to the same ip address. Is there any way to take an ip address…
Janak
  • 4,705
  • 8
  • 31
  • 41
9
votes
2 answers

Support for multiple domains does not work as advertised

In October, Facebook announced support for multiple domains for a single app. This is great news for developers whose apps have multiple domain aliases - no more iframe hacks to get the JavaScript SDK working regardless of which of your domains the…
David Claridge
  • 5,789
  • 2
  • 24
  • 25
9
votes
5 answers

sitemap for multiple domains of same site

Here is the situation, i have a website that can be accessed from multiple domains, lets say www.domain1.com, www.domain2.net, www.domain3.com. the domains access the exact same code base, but depending on the domain, different CSS, graphics, etc…
Julien
  • 1,613
  • 15
  • 32
8
votes
2 answers

Sharing session state between 2 ASP.NET applications using SQL Server

I'm working on a site that has a requirement to share session between a cms application and an online store application on the same domain eg. mydomain.com and store.mydomain.com I've made some progress with it and it works on my local build…
Dave
  • 2,504
  • 5
  • 24
  • 29
8
votes
2 answers

How to root multiple domains to multiple subfolders

I have a setup where I have a couple of sites hosted in different subfolders in the root of my FTP ROOT -site1folder -site2folder I have 2 domain names not associated with the account. I have changed the DNS records of the domains to…
matty
  • 383
  • 1
  • 2
  • 9
8
votes
1 answer

Too many redirects with Virtual Host and htaccess

The issue im getting is too many redirects. I have a WAMP server that hosts a few sites, but I have a particular site with about 5 domains. I want them all to point to the correct website folder and all to be redirected to a single domain for SEO…
Hovaness Bartamian
  • 431
  • 1
  • 5
  • 17
8
votes
1 answer

Rails session_store multiple domains

I have a non-unique (other people must have solved this) issue around sessions. The scenario is that I have 5 top level domains (domain_a, domain_b, domain_c, domain_d, domain_e), and multiple subdomains under each. My app is required to share…
ABrowne
  • 1,494
  • 11
  • 21
7
votes
5 answers

PHP Multi site login

I am currently working on a project that spans accross multiple domains. What I want is for the user to be able to login on one site and be logged in on all the others at the same time. The users session is stored in the database, the cookies that I…
user48526
  • 73
  • 1
  • 4
6
votes
1 answer

SEO optimization multiple domains and multilingual site

I am taking SEO of our website to another level. I read a lot about it and study all aspects of how to properly handle multiple domains and languages. For now we use three domain names www.myurl.eu, www.myurl.de and www.myotherurl.com. All sites…
Primoz Rome
  • 8,932
  • 15
  • 65
  • 93
6
votes
2 answers

Is it possible to share an Symfony2 installation (multiple websites [domains] on one server)

I want to host multiple Symfony2 based websites under one root (server). Would it be possible to share the symfony own files? (vendors etc.). Does someone know a tutorial? Is it hard to manage? AFAIK a Symfony installation has about 600MB and I…
NaN
  • 3,301
  • 6
  • 39
  • 70
1
2 3
16 17