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
6
votes
2 answers

Host Multiple Domains with the same ASP.NET MVC app?

I want to host multiple web sites (all with different domains - not sub domains) with the same ASP.NET MVC app. I need the app to act differently based off the domain, but I still want the same app to serve all domains. I don't want domain…
Birdman
  • 859
  • 2
  • 10
  • 14
6
votes
1 answer

Multiple domain pointing root folder need to point subfolders according to domain name in web.config

I have three domains domain1.com, domain2.com and domain3.com all re pointing to my azure web app mysites.azurewebsite.net. In my root folder of azure website three folders available domain1, domain2 and domain3 with wordpress installed on these…
JSunny
  • 477
  • 2
  • 7
6
votes
4 answers

Multiple domains on one server points to wrong sites

Using Nginx, I've created a multiple domain setup for one server consisting of four individual sites. When I start Nginx I get an error message and the sites seem to get mixed up as typing in one url leads to one of the other sites. The error…
Staffan Estberg
  • 5,515
  • 15
  • 60
  • 102
5
votes
4 answers

Active Directory PrincipalContext.ValidateCredentials domain disambiguation

I'm dealing with two domains - one is a trusted domain. There may be a JohnSmith on one domain and another JohnSmith on the other. Both of these people need to log into my application. My problem: it doesn't matter which domain I pass in - this…
Garfield
  • 1,052
  • 3
  • 12
  • 21
5
votes
1 answer

Multiple domains, single node (express) app

I'm trying to create simple node app, where the user can create a profile. Defaultly the url to his profile should be like - user1.myappname.com, but when the user fills a custom domain input (and points this domain to my app IP address), he should…
Martin Šnajdr
  • 172
  • 2
  • 14
5
votes
3 answers

how to run multiple sites on same codebase in ColdFusion base on domain or subdomain

I have a ColdFusion application. I would like to be able to run the same codebase (rather than duplicate it) against multiple domains or subdomains. Each of the sites would be essentially the same, except that they would be branded, skinned and…
5
votes
1 answer

How to generate multi-domain (UCC) certificate in Java?

Currently I'm using the BouncyCastle library to generate a certificate. Something like this: X509V3CertificateGenerator certGenerator = new X509V3CertificateGenerator(); certGenerator.setIssuerDN( rootCertificate.getSubjectX500Principal()…
vadipp
  • 774
  • 1
  • 10
  • 20
5
votes
5 answers

Multiple websites running on same codebase?

We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website 1: www.example.com and website 2: www.sample.com will…
4
votes
1 answer

.htaccess RewriteRule: two domains using same server and directory

As a bit of background, we have two domains: mydomain.com mydomain.cz mydomain.cz points to mydomain.com's server and uses the same directory. We have a RewriteRule in .htaccess (which both domains share) as follows: RewriteRule ^([0-9]+)/?$…
JoeW
  • 558
  • 1
  • 10
  • 28
4
votes
1 answer

Tracking Multiple Domains with Google Analytics in same code

I have portal which behaves like multiple portal. The portal code base is same but for all sites but content is based on which url or domain you came across. Currently i am able to track my domain example.com and also subdomains like…
gandil
  • 5,348
  • 4
  • 22
  • 44
4
votes
1 answer

nginx, thin, and multiple hosts

I am trying to set up multiple domains on my server running nginx + thin. For example, I would like www.domain1.com and www.domain2.com to go to different apps with different root paths to their respective apps. If you are familiar with nginx, I…
pyramation
  • 1,483
  • 3
  • 19
  • 34
4
votes
1 answer

Grails - Multiple domain names, related websites

Im building a Grails app that will have multiple similar websites (each it's own domain name) with the same code but different design and configuration. (think of blogger) What is the best method for using different view and even some different…
cripox
  • 597
  • 1
  • 7
  • 18
4
votes
1 answer

Run 2 websites with different domains from a single Azure VM

I have a Windows Azure VM which is on the Azure-provided domain myserver.cloudapp.net On this VM I'm running two separate webapps on a single Tomcat instance, bob and fred. I've set it up so they are accessible on myserver.cloudapp.net/bob and…
davnicwil
  • 20,057
  • 9
  • 87
  • 98
4
votes
1 answer

Google App Engine - multiple apps and multiple domains?

I'm currently wrestling with Google App Engine to build multiple apps (3, for right now) to work as both personal and promotional sites. I'm having trouble redirecting my custom domains to the default app engine ones, though. Everything worked fine…
4
votes
4 answers

Securely Transferring Users Between Web Sites

Here's the scenario: You have two seperate websites that exist in different environments (I.E. different databases, different web servers/domains) You have full control over the code for both sites, but from the above point, they can not directly…
John
  • 16,168
  • 14
  • 60
  • 79
1
2
3
16 17