3
votes
4answers
54 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, …
0
votes
1answer
39 views
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 …
0
votes
1answer
65 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 …
0
votes
4answers
108 views
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 …
0
votes
1answer
101 views
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 …
0
votes
2answers
49 views
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 …
1
vote
4answers
212 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
288 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 …
0
votes
2answers
90 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 ect and point the country domains to each …
1
vote
1answer
297 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
723 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, …
2
votes
5answers
505 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 …
0
votes
6answers
2k 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 …
5
votes
8answers
2k 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 …
