Tagged Questions
The multiple-domains tag has no wiki summary.
9
votes
6answers
5k views
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 ...
4
votes
4answers
166 views
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, ...
4
votes
5answers
2k views
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 ...
3
votes
1answer
87 views
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 ...
3
votes
3answers
109 views
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, ...
3
votes
1answer
85 views
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( ...
3
votes
0answers
191 views
htaccess redirects over multiple domains using cookies to remember it all
I've got 2 sites for a client. One is the mobile site, the other is the normal site. These both have seperate URLs.
Using .htaccess I've already got it working so that if you come in on a mobile, you ...
3
votes
1answer
369 views
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
...
3
votes
3answers
289 views
Two domains, one site, one SSL checkout. How to get cookies?
There is a multilingual web shop, visitors can access from two domains, with different language:
hxxp://x.com - English
hxxp://x.ru - Russian, which is an add-on domain to x.com.
The authentication ...
3
votes
1answer
204 views
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 ...
2
votes
2answers
3k views
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 ...
1
vote
1answer
87 views
Cakephp .htaccess : multiple domains pointing to one app
I am working on one cakePHP application.
Now i want to configure my main domain (www.example.com) to be accesses via 'www.xyz.com' or 'www.bcd.com'.
For this i will add the CName record in the ...
1
vote
1answer
89 views
Custom domains in CodeIgniter web app?
I'm using CodeIgniter to build my first web app. For demo purposes, users can preview their site by simply using their Facebook username as a paramater (using public data from the Graph API). So they ...
1
vote
1answer
30 views
Wordpress links on multiple domains
I have WordPress blog on server {IP}/blog.
Recently I've bought 2 domains and configured 2 virtual hosts in Apache for this blog. This works but all links on site are directing to old location ...
1
vote
1answer
139 views
.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 ...
1
vote
2answers
290 views
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 ...
1
vote
3answers
283 views
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 ...
1
vote
1answer
153 views
Multiple Domain and Multi Directory in the same Django App
I am trying to support a quite complex architecture with mixed multiple domains and multiple directory in the same django application. Basically, we'll have urls like this :
...
1
vote
4answers
457 views
How to share session among Multiple Domains on single asp.net website?
I want to share session cookie among domains.
I have more than one domain: -
1. mydomain.com
2. mydomain.fr
3. mydomain.de
4. mydomain.da
...and many other language based
Now, I have single ...
1
vote
1answer
84 views
Azman and multiple domains
I have an app that's using the AuthorizationStoreRoleProvider to authorize against a primary domain. We now have a secondary trusted domain from which users will access the app. Just wondering if ...
1
vote
2answers
97 views
Securely passing users between two sites
I have my site 'A'. I will have a business contract with site 'B' to enable users of site 'B' (there will be many such sites) to redirect their users to my site when the users do one of many 'A' ...
1
vote
1answer
627 views
Facebook C# SDK Authentication - How to Handle Multiple “Apps” In One Application?
I've got my ASP.NET MVC 3 Web Application up and running with the Facebook C# SDK.
Following the instructions here, it seems as though once you put in the AppId / Secret in the web config section ...
1
vote
1answer
185 views
How do I test multiple domains setup in AppEngine locally?
In the question Working with subdomain in google app engine, the following code was suggested.
applications = {
'product.example.com': webapp.WSGIApplication([
('/', IndexHandler),
...
1
vote
1answer
364 views
How do I implement multiple login/logout-domains, single main domain in ASP.NET and forms authentication?
I want to have several domains A, B, C where a user can enter his username and password to login to a common main domain D.
So the user goes to A, B or C, enters his username and password, clicks the ...
1
vote
1answer
321 views
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 ...
1
vote
1answer
88 views
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 ...
1
vote
2answers
2k views
Linking Apache to Tomcat with multiple domains
Okay, so I've been working for a while on this, and have been searching, but so far I have not found any answers that actually answer what I want to know. I'm a little bit at the end of my rope with ...
1
vote
4answers
820 views
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 ...
1
vote
2answers
1k views
DNS two domains one server
Greetings All,
Long time reader first time poster.
I work for a small school district. We are our own SOA so we can pretty much do what we want.
In the state of Washington all educational ...
1
vote
2answers
143 views
Country domains, One.com and google
Hi I have multiple country domains for one company and one top level .com domain. I am looking to consolidate these by have www.mydomain.com/us /uk /fr etc and point the country domains to each ...
1
vote
2answers
903 views
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 ...
1
vote
1answer
2k views
Hosting Multiple Domains on Same Server Port with Apache2
How do I configure Apache2 via webmin or command-line (I'm using RHEL5 Linux) so that I can have multiple domains on the same server on the same port but in different subdirectories?
For instance, ...
1
vote
4answers
5k views
Redirect Multiple Domains with Same IP Address
Our company has for many years had multiple domain names to protect our product name. When our webiste was first set up we had all these domain names resolving to on IP address which worked fine until ...
0
votes
2answers
36 views
CSS Reference Issue
I was hoping someone may be able to help out with an issue.
I have a site that is accessed through a root domain (originalDomain.com) and the CSS is linked as below.
<link ...
0
votes
2answers
32 views
What's the Technique for Building Domain Packages in AMember?
I want to use AMember to have people purchase WordPress plugins and themes. However, I want to sell different prices for single domain vs. letting them install like 5-domain packs (and multiples of ...
0
votes
0answers
57 views
Glassfish 3.1 - How to configure JMS on multiple domains?
Due to classloading issues I need to deploy an ear and a war in separate domains in the same instance of Glassfish 3.1.1. The war sends messages to a queue and and MDB in the ear should receive and ...
0
votes
1answer
20 views
Interesting SEO scenario - 301 part of a website
Anyone had any experiences with redirecting part of a website to whole new domain? Here is what we have done:
Originally had a forum on websiteA, due to spam and hacking the forum was closed down as ...
0
votes
1answer
82 views
authenticate in multiple domains using curl (php / symfony 1.4)
I am working on a SSO solution for my app.
I have a main domain accounts.mydomain.com where the user makes login. After logged in successfully, I need to authenticate the user in all my other domains.
...
0
votes
1answer
103 views
Merge Facebook applications into one
Facebook just announced support for multiple app domains (read the post here) in their applications. We're having multiple applications since our website is localized, but now, with
this new feature, ...
0
votes
1answer
60 views
Multiple domain linking to one existing domain
I have an existing site almost 85% of its contents are database driven, Now I want 50 more such sites. I have an Idea of using this site as base site and access this site from different domains. I ...
0
votes
0answers
12 views
Querying multiple domains in AD
How can I find the active directory object with the username. I don't know what domain the username is under. Thanks.
0
votes
1answer
22 views
Is it possible to link multiple sites to one OpenID?
I have a hobby site and a professional site, and right now my OpenID is only linked to one. Is it possible to link to both? Is this a good idea?
0
votes
0answers
135 views
2 Wordpress installs on 2 different TLD-Domains but 1 Database!
this is my first question here :)
in 2007 there was still a solution, see: http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2, but i think nowadays (with Wordpress ...
0
votes
3answers
175 views
Multiple domains in Drupal
I have a Drupal website. It's domain is example.com. I want domains: mysite.com and mywebsite.com to point to example.com website.
How to setup multiple domains that point to one website?
0
votes
1answer
744 views
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 ...
0
votes
3answers
463 views
Multiple domains and organic groups in Drupal
I want to setup one main site and four sub sites that share the same Drupal install. This is because the client has asked to have users that can edit all the sites from one CMS frontend and does not ...
0
votes
2answers
243 views
How can I login to multiple applications in different domains once?
For example I have 2 apps, one is in abc.com, and another one is in xyz.com.
Now what I want to do is, if one user logged in abc.com, then he will be also logged in xyz.com automatically. Means after ...
0
votes
3answers
349 views
Multi domain rails app. How to intelligently use MVC?
Background:
We have app a, b, and plan to add more apps into this same application. The apps are similar enough they could share many views, assets, and actions. Currently a,b live in a single rails ...
0
votes
1answer
147 views
Thread performance in multi-domain application
Multi-domain application performance.
To be short, my problem is that a task executing in one domain of multi-domain application may be much much slower than the same task executing in other domain.
...
0
votes
1answer
103 views
How to setup documents share URLs across multiple domains and cultures
i have a kentico site that has two culture specific domains (.co.nz and .com.au) and i want to setup multiple cultures so that the site has different versions of the some document in a sites tree.
I ...