multiple-domains

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 perspective. I have heard however that Google likes it better if everything redirects to one dom...

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 now. We rewrote the site with ASP.NET MVC and now use Recaptcha. The Recaptcha keys are registered to "www.example.com" which is our main ...

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 set on each domain contain the session id. So basically when a user logs in to example....

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, trying to get homerentals.ws and homerepair.ws to be detected on port 80 (default port) on the same server. I know that my DNS holds the two ...

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 forwarding or redirection, I actully want all the domains to function on their own, but served ou...

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 ect and point the country domains to each section but dont want to loose Google rankings. I also have add word accounts on each country domain. I want to know what is the BEST way to stru...

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 institutions are given a name like myschools.wednet.edu. I've recently purchased a new and hopefully easier to remember domain myschools.org and I'...

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 and get a list of all the domain names that resolve to that ip? ...

Multiple Domains Site Design Decision

Hi, i am developing a project that its domain is meaningful in my native language. So i bought a second English domain for global usage. My question is, how should i construct my site? Two different projects or one project with localization support? Two different databases or shared database? What is my goal? Dont want to show Eng...

Multiple-domains on WAMP localhost

If you're reading my question, thanks, I appreciate your help I'm using Wamp on Windows Vista. I've created 2 project folders: www/project1/ www/project2/ My virtual hosts file looks like this: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "C:/wamp/www/project1/" ServerName project1.com </VirtualHost> <VirtualHo...

Multiple websites running on same codebase?

Hi, 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 run on same code, but would have different configuration settings, and different them...

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 this one, but I'm hoping I can figure this out sometime soon. So I have Apache 2 installed and serving up standard webpages, but I also ha...

how to get absolute path of a different server

hi! We have hosted some downloadable files on our different server due to bandwidth problem. Now we want to download those files using an ASP script from our current server. But how could we know the absolute path of that particular server using ASP script ? regards sk ...

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 communicate with each other's database You must transfer user from site A to site B secure...

Postfix - Virtual Domains: 550-Mailbox unknown

I'm creating new email accounts through Godaddy Simple Control Panel. After creating email account, trying to send test email n i'm getting below error. The mail system <[email protected]>: host ip.secureserver.net[/var/lib/imap/socket/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name...

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 there reasons why this would be bad? Also, if I do that, how can I pass account-specific (ac...

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

Hi 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 between localhost/cms and localhost/store Basically I have done what is suggested...

Implementation of SSL on SaaS App with seprate domains

Hi, We are developing a SaaS application in Asp.net, where we have used the Single application and Per Tenant Database. The application is more like a Saas e-commerce where SSL and data separation are required features. Now we want that every Tenant can have his separate top level domain names instead of the second level domains like 37S...

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 similar yet different content. I would like to have list of records in the CMS application th...

Grails - Multiple domain names, related websites

Hi 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 logic on a single app without too much hacking? I'm new to Grails and the method I have...