Questions tagged [multiple-sites]

49 questions
2
votes
1 answer

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 database and pointed the old staging site at the new…
Tom
  • 22,301
  • 5
  • 63
  • 96
1
vote
2 answers

Managing multiple sites on XAMPP

I have multiple sites deployed on xampp. For now, all of the sites are using one port i.e. 80. For this reason, whenever I am logged into one of the sites, I am automatically logged out from the other and vice versa. I have looked at this article to…
Moeez
  • 494
  • 9
  • 55
  • 147
1
vote
0 answers

How to split Aurelia.js site into two parts

I have an application that has two sites: Landing site - with product info and e-commerce site where users can buy services Administration site - where user can manage bought services, add users etc.. Each of the site has it's own css and…
Luka
  • 4,075
  • 3
  • 35
  • 61
1
vote
1 answer

Sitecore multiple sites and link resolution

I have a Sitecore 6.2 installation with 2 sites, configured like so:
Andy Holt
  • 572
  • 2
  • 9
1
vote
2 answers

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 clients will need the add their own SSL certs. 1)…
TimS
  • 5,922
  • 6
  • 35
  • 55
1
vote
1 answer

When open a product in multi-store website it redirects to 404 - page not found

I have Multi-Store Magento Website, that is managed by only One Admin in one of its store website, when i click on product name, it redirects me to 404 page. what can be the problem ?? Thanks in advance !!
mIhAwk
  • 119
  • 1
  • 7
1
vote
1 answer

Multiple databases running different sites - same database structure - how to update all?

There are multiple, ever-increasing number of sites that run off a single instance of a CMS (built in CakePHP) on a single server array. The CMS has a set database structure, but will likely need updating fairly regularly - new fields, changing…
Dave
  • 28,833
  • 23
  • 113
  • 183
1
vote
1 answer

Saving models in django

I am working on a multisite project and i am using mezzanine+cartridge for this. I want to use same inventory for both sites. But there are some issues with this: there is a field site_id in the product table which stores the ID of the current site.…
user1746291
  • 323
  • 2
  • 5
  • 15
1
vote
1 answer

General idea about multi site

I want to implement the concepts of Multiple sites to my project, for that I have studied the official "site framework " tutorial of django and other tutorials also. But I am little bit confuse from where I should start, because as given in doc…
1
vote
1 answer

trying to set up a sencond site

I'm having trouble setting up a sencond site on my apache2 server. I currently have one site up and running and its even live. However I have another site I am working on and am trying to host it locally. I've created a site-available file named…
zorlac
  • 21
  • 4
0
votes
1 answer

Does bitnami wordpress stack allow multiple wordpress installs

I am currently using the bitnami wordpress stack, I have a website I'm working on but I also want to start another but I don't want to use multisite because I don't want them to share a database. so is it possible to install another WordPress on…
SINBAD
  • 1
0
votes
0 answers

access to relay boards via VPN

I have a few 'smart' relay boards on different sites. These boards have a ethernet connection and are running a built-in web server on TCP 8080. I can access them from the local network and control them via a browser. To control these boards…
0
votes
1 answer

How to configure NGINX properly for 2 different sites?

I am setting up new server, its all done. First site works without problems. Path is: /var/www/html Second site is still not avaliable, but when i ping from command line it says its online. Multiple directories should looks like…
user9887190
0
votes
0 answers

How to install SSL on multiple sites on the same IP in Apache

I have bought three certificates from SSLS (not OpenSSL like most examples and tutorials discuss) for two domains + one subdomain. Let's call them mysite1.com, www.mysite1.com and mysite2.com. I am trying to install the certificates on a single…
Chiwda
  • 1,233
  • 7
  • 30
  • 52
0
votes
1 answer

Can I use Wagtails API to power multiple sites from a single API endpoint?

In this example wagtail is deployed to cms.example.com and is managing content for foo.example.com and bar.example.com as a headless CMS. When accessing the Pages API on cms.example.com/api/pages/ only the pages for the current active site…
jaap3
  • 2,696
  • 19
  • 34