Questions tagged [multiple-sites]

49 questions
12
votes
2 answers

Selecting profiles with multiple startup projects

I have a VS 2017 solution that I have 3 separate MVC Core 2.0 web projects. Each project has the same three profiles setup to run. When I select any one of the 3 sites as the startup project I get an option to select which profile I want to run. The…
9
votes
2 answers

How to route multiple domains to multiple subfolders

I have a setup where I have a couple of sites hosted in different subfolders in the root of my FTP ROOT -site1folder -site2folder I have 2 domain names not associated with the account. I have changed the DNS records of the domains to…
matty
  • 403
  • 1
  • 3
  • 9
7
votes
2 answers

Multiple Similar Sites with GIT? Or some other version control?

I just took over a web development position for a company that manages a lot of different sites. There are a couple different site "designs" and for each design, there's a couple cookie-cutter type versions of the same thing. They're different…
zerodahero
  • 495
  • 5
  • 14
6
votes
2 answers

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 other. I want them to have 1 'brain' that means I can…
alex
  • 479,566
  • 201
  • 878
  • 984
6
votes
6 answers

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 moves to website2. How website2 will know user has…
Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71
5
votes
1 answer

Combine multiple node.js web applications

I'm trying to figure out the best way to accomplish this; essentially I have about 6 websites I have to get online but at the moment they will have next to zero traffic so to save money they need to be deployed on the same server (ideally we will be…
4
votes
1 answer

Set envif Host Magento Multiple Stores

I am trying to get a magento installation to run multiple websites I have completed most of the steps including a parked domain. However I am unsure as to how to answer the statement below: Easiest amongst these is .htaccess solution which requires…
user1220486
  • 101
  • 3
  • 11
3
votes
0 answers

What would the Laravel 5 directory structure look like for serving multiple sites and APIs?

Say I have multiple "sites" (ie. backend, public frontend, private-pay-for frontend, mobile) and perhaps also would like to offer an API for some widget services or Android app. The sites will need to (at least initially) share the same Laravel…
prograhammer
  • 20,132
  • 13
  • 91
  • 118
3
votes
1 answer

How to run multiple SSL enabled websites for local development using Apache

I have a couple websites I'm developing and through virtual servers and different document roots, have them configured to be accessed based on port. I.e. localhost:8010 for one site, localhost:8020 for another. Before I had multiple sites, SSL…
Aaron Silverman
  • 22,070
  • 21
  • 83
  • 103
2
votes
1 answer

Adding Content Security Policy is blocking 'local' hosted JavaScript and other site resources for multiple sites

In the process of adding a Content-Security-Policy (CSP) to an existing site which uses a variety of JavaScript and other local resources such as jQuery, fonts, etc. The CSP seems to even be blocking & scanning against these resources disrupting…
2
votes
1 answer

FIWARE - How Wilma PEP Proxy deal with redirection for multiple applications?

We are needing Wilma PEP Proxy control the access for many applications. I think it is not possible to do yet, with the latest Wilma version. Am I wrong? If I am wrong, how to deal with that? If I am right, is there some intention to make this…
2
votes
1 answer

multiple urls hosted only one needs https

I have several sites on one server but one the urls needs to be https. for examples sake: http://www.example1.com/ https://www.example2.com/ i've been using htaccess to force https but it does it to ALL the urls essentially breaking all except that…
2
votes
2 answers

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 instance for both sites In web.config are configured…
Pauli Østerø
  • 6,878
  • 2
  • 31
  • 48
2
votes
1 answer

Issues with getting multiple site id in django

I am using two domain names(.com and .mx) for a mezzanine project.When I am using the Site.objects.get_current() function for getting the current site id It return only one 1. whether I used .com OR .mx in my browser. I think it is because in my…
Inforian
  • 1,716
  • 5
  • 21
  • 42
2
votes
0 answers

IIS challenge: Setup for global and localization sites (with geolocation) under single domain

I need help solving a IIS configuration "puzzle". Here's what I have: 1 Domain: example.com 4 Web folders: [root]\Global - single page HTML site [root]\Classic1 - classic ASP site [root]\Classic2 - .Net 2.0 site [root]\Redesign - .Net 4.0 site…
1
2 3 4