Questions tagged [multiple-sites]
49 questions
0
votes
1 answer
Setup of Azure Application Gateway on multiple sites
We have 2 Azure VMs running IIS and hosting 50+ .Net web applications (Webforms, MVC, WCF & ASMX). Both of the 2 VMs are identical and all sites are configured using a hostname ([subdomain].domain.com) on port 443 and requiring SSL.
11 of these…

Bjorn H
- 83
- 7
0
votes
1 answer
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 to work.
Here's what I've tried:
In my etc/hosts…

Gary
- 453
- 4
- 15
0
votes
1 answer
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:
class Entry(models.Model):
headline =…

Ivan Virabyan
- 1,666
- 2
- 19
- 25
0
votes
0 answers
Loggining into another wordpress instance from an existing wordpress instance
I have inherited a legacy website which consists of multiple instances of WordPress installed on the server for each zone of the site. It is faced by a further instance of WordPress and users need to authenticate and log into these other Wordpress…
0
votes
0 answers
nginx sites available redirecting badly
I have a server with multiple sites running on nginx. I'm trying to add another one, and somehow I keep getting redirected to the wrong path.
What I usually do is copy from a working one and change the domain and paths, then create de symlink. I've…

monxas
- 2,475
- 2
- 20
- 36
0
votes
2 answers
Run multiple site on a single instance in umbraco
I have three different website.
can we run on a single instance in umbracocms.
how can i map three different website in single umbracocms and host on serv

Hem Kant
- 197
- 1
- 14
0
votes
2 answers
.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
-- site1-index.php
-- site2-index.php
The main idea is to use…

Evan
- 1
- 1
0
votes
1 answer
Apache2 : How to configure different/multiple websites in Dedicated IP
I have 5 websites which is to be hosted on a single dedicated server.
### Many documents(apache2) provide help to achieve this
site1.com > should access /var/www/html/site1
site2.com > should access /var/www/html/site2
But what I want is the…

SuperNova
- 25,512
- 7
- 93
- 64
0
votes
1 answer
Django multiple domains for page
When user have registered at site, he get a special page on url:
/special/user=
These pages doing some tasks. But, at some moment User can add his own domain to this page. With his DNS provider, he create A records that resolve server IP…

Arti
- 7,356
- 12
- 57
- 122
0
votes
1 answer
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 manage.py with different settings for each site;…

Bernhard Vallant
- 49,468
- 20
- 120
- 148
0
votes
1 answer
Git & Multiple sites
What would be the best way to use one git repository to push changes to 2 different websites that share 90% of the same files & code, apart from the logo, a preprocessed CSS file, and configuration files.
I'm not entirely sure how git sibmodules…

Seán O'Grady
- 363
- 1
- 6
- 19
0
votes
1 answer
800 websites sharing same unique original database
Is possible to have multiple websites (800 total) hosted in a dedicated server to connect and use the tables of a unique mysql database?

user3275707
- 89
- 2
- 12
0
votes
0 answers
Turpentine Exclude one domain from varnish for multiple sites on same server
I have multiple sites running on the same server. When i enable the option for normalizing the host name, the other site is also taken to the one on which we have our varnish configured.
Also hostname.com doesn't redirects to www.hostname.com.
If I…

Shaily
- 53
- 1
- 6
0
votes
2 answers
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 accessing the port. On the ferret server, the…

Nick
- 2,393
- 13
- 22
0
votes
2 answers
IIS 7 multiple site bindings: Browser opens to wrong place
I have a 2008 R2 IIS server hosting two sites. One site works fine when browsing to it. It defaults to wwwroot. Anyone browsing to www.example.com or example.com goes to the correct page for this site. Everything works.
The second site is supposed…

Nathan McKaskle
- 2,926
- 12
- 55
- 93