Questions tagged [multiple-domains]

A multiple-domain account usually allows you to distribute your disk space/transfer over as many domain names as you want (or can).

If you have for example 5 websites then it is usually more economical to get one multi-domain account to put them all under then get 5 single domain accounts.

261 questions
1
vote
0 answers

How to get all the AD users in different forests in c#

I have MVC2 application which has windows authentication. for the user mapping purpose I have loaded all the AD users in to the drop down.I have new requirement to that take all AD users in different domains to above mentioned drop down.In order i…
1
vote
3 answers

Multi domain rails app. How to intelligently use MVC?

Background: We have app a, b, and plan to add more apps into this same application. The apps are similar enough they could share many views, assets, and actions. Currently a,b live in a single rails app(2.3.10). c will be similar enough that it…
denial
  • 13
  • 2
1
vote
1 answer

laravel multiple domains csrf tokenmismatch

Im building a system with two domains (sub1.domain.com and sub2.domain.com). These two domains use the exact same system. The only reason i use two domains is because of the name to make things more clear for the users. On sub1.domain.com everything…
1
vote
2 answers

How to create more than one weblogic domain on one machine (LocalHost)

I am new to Oracle Weblogic and need to create 2 Oracle WebLogic 12.1.3 domains on my local Windows machine in port 7001 and 7002. I read some articles about WebLogic, but none of them refers to creating more than one domain on the same machine.
Binyamin Regev
  • 914
  • 5
  • 19
  • 31
1
vote
0 answers

have same base code for multiple TLDs

For example: abc.com There's a registration/login authentication build in Codeigniter using REST API somename.bm Again there's a registration/login authentication build in Laravel using same ^ REST API Both these domains uses same concept of…
Digvijay
  • 7,836
  • 3
  • 32
  • 53
1
vote
0 answers

Microsoft Live app multiple domains

I have a web application which runs on one server, but multiple domains (like ab.c, a-b.c, ab.d, a-b.d etc.) are pointed to this application. I would like to use other systems' (e.g. Google, Facebook, Microsoft) authentication. Google and Facebook…
1
vote
1 answer

How do I maintain session in Rails app with support for multiple domains?

Here's the scenario: I have a Rails app running on a single machine. The app for the sake of this discussion is a content management system and will be used to serve multiple sites in a network. It can be reached at app.com. Users should be able to…
1
vote
0 answers

Google Analytics.js > track data in a website reachable by multiple domains

I can't find this answer in the official documentation. I'm tracking google analytics data on mycustomerwebsite.com But the website is also working and reachable in seofriendlydomain.com Website is the same, so I include analytics.js data in both of…
ELAN42
  • 11
  • 2
1
vote
1 answer

Polylang secondary language domain not working with/without www

I've set up a WP site using the Polylang plugin with 2 languages that both have their own domains. The site is running on Apache and the config file has aliases set for the secondary domain, both with and without www, to point to the same…
Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107
1
vote
1 answer

grails adding a domain object to another domain without the domains having a relationship

Good day. I'm new to grails and groovy and what I'm trying to do is add a domain object (in my case an album object) to a different domain (cart). When the user clicks on the 'add to cart' link when viewing albums, the 'buy' action of the…
SeriousLee
  • 1,301
  • 4
  • 20
  • 42
1
vote
0 answers

Installing multiple php applications on digital ocean with nginx

Hi I am trying to install the second php website on my digital ocean using nginx server. HTML files show up fine. When I try to host PHP files instead of executing they are downloading. Here is content of geechoomis.a2zecart.com.conf server { listen…
1
vote
1 answer

Serve multiple domains on one ip and one port

I want to serve multiple domains on my CentOS server. I run servers on http. Now I want to run these servers on https. I written ssl.conf like this. Listen 443 SSLEngine on SSLCipherSuite…
Zuiche
  • 85
  • 1
  • 11
1
vote
1 answer

CakePHP merge multi apps,one database and multi domain to access

The Situation Currently, there are two separate cakePHP projects(apps) where implementation is done and running smoothly of course with different database. Now, the requirement is to merge these two separate cakePHP apps into one with same database…
1
vote
0 answers

Laravel 5 authentication issue with Active Directory

I'm using laravel 5.1 for authenticating users from active directory. The package I'm using is http://packalyst.com/packages/package/strebl/l5-ldap-auth and everything worked fine when I was authenticating users only from one domain. Now I have a…
1
vote
1 answer

Managing Two Domains on the same Server

I have two domains that are both hosted on the same server. Therefore, they both have the same index.html page, and they share all of the other pages. This means that there are two ways to access every file stored on the…
Daniel
  • 3,188
  • 14
  • 34