Tagged Questions
The multiple-sites tag has no wiki summary.
5
votes
2answers
204 views
How to deal with mutliple sites that access one 'brain'?
Generally, my development has only covered small to medium size companies and e commerce sites.
My next project will encompass say 30 sites - however, they'll have about 95% in common with each ...
4
votes
5answers
1k views
how to implement single sign on in .Net?
What is the best solution to implement single sign on in a .net application? I have googled and found few solutions but I am not very convinced with those solutions.
User logs on website1 and then ...
1
vote
1answer
188 views
Sitecore multiple sites and link resolution
I have a Sitecore 6.2 installation with 2 sites, configured like so:
<site name="eu-website" hostName="dev.mysite.eu" virtualFolder="/" physicalFolder="/" rootPath="/sitecore/content/Europe" ...
1
vote
3answers
669 views
Same ASP.Net application - Multiple IIS Sites
A quick ASP.Net performance question...
I have an ASP.Net 3.5 SP1 Application that I want to run on IIS 6. For SSL certificate reasons I need to run it on separate sites in IIS. It's a CMS, and some ...
1
vote
2answers
541 views
Sitecore - Multiple websites and making “cross-site” requests illegal
I have two IIS sites pointing to diffent physical folders. This is to be able to differentiate the web.config and the files and assemblies used for the sites
Database is set to point to the same ...
1
vote
1answer
415 views
Django: Conflict Between Live & Staging Sites on Same Server
I've recently pushed a Django app live. We built the app in a staging subdomain on the server. When I went live, I copied the files of the staging subdomain to the main site, created a staging ...
0
votes
1answer
302 views
Having trouble with multiple hosts on Apache Snow Leopard
I am running Apache on my Mac OS X (Snow Leopard) machine. I want to be able to set up multiple hostnames so that I can develop and test multiple sites at the same time, but I can't seem to get this ...
0
votes
1answer
97 views
Is Django sites framework suitable for serving sites with a different logic and models structure?
I am working on a application, which was written by other people. It actively uses the sites framework to serve two different gaming sites. These sites run on the same code, on the same database:
...
0
votes
2answers
444 views
.htaccess codeigniter multiple domains
I'd like to know if it is possible to organize the following structure of the CodeIgniter installation:
- Main folder
-- codeigniter
-- images
-- site1-application
-- site2-application
-- ...
0
votes
1answer
493 views
Django: Admin with multiple sites & languages
I'm supposed to build some Django apps, that allow you to administer multiple sites through one backend. The contrib.sites framework is quite perfect for my purposes. I can run multiple instances of ...
0
votes
2answers
55 views
acts_as_ferret with multiple hosts
I've got everything working with ferret and acts_as_ferret for development (or localhost DRb), but I can't get my multiple host deployment working. All of the remote systems get ECONNREFUSED when ...
0
votes
1answer
476 views
Apache2 - multiple sites, easiest setup
I'd like to use mod_vhost_alias for ease of site setup in Apache2.2. So I'd have my virtual host setup something like this:
<VirtualHost *:80>
VirtualDocumentRoot "/var/www/%0"
...