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
1 answer

Not redirecting properly the https when changing domain

I have two domains loaded in my Plesk websites and domains section, the two domains are without www, so let´s say the two domains are: example.com example.es When I redirect from example.es to example.com it is done but with http, not with…
adrian
  • 37
  • 1
  • 5
1
vote
2 answers

Country domains, One.com and google

Hi I have multiple country domains for one company and one top level .com domain. I am looking to consolidate these by have www.mydomain.com/us /uk /fr etc and point the country domains to each section but don't want to loose Google rankings. I also…
Mark
1
vote
2 answers

Multi-domain setup for one root page in TYPO3 10.4?

I have problem configuring my old site which I upgraded from TYPO3 9.5 to 10.4. In TYPO3 9.5 I had a multidomain setup using one root page (a page with option is_siteroot set to true) and mapping multiple domains to this root page, so that e.g. the…
qlHagen
  • 13
  • 3
1
vote
2 answers

How To Add More Than 50 Domains in Google Recaptcha

I am using Google Recaptcha V2 for my site and I have added 50 domains to support the Captcha on these domains. But I have more than 50 domains to add for and I can't do in google recaptcha admin. So any solutions/suggestions for this?
Amit Sharma
  • 133
  • 8
1
vote
1 answer

Azman and multiple domains

I have an app that's using the AuthorizationStoreRoleProvider to authorize against a primary domain. We now have a secondary trusted domain from which users will access the app. Just wondering if it's possible to configurate an azman policy to…
Darren J.
  • 25
  • 6
1
vote
2 answers

Securely passing users between two sites

I have my site 'A'. I will have a business contract with site 'B' to enable users of site 'B' (there will be many such sites) to redirect their users to my site when the users do one of many 'A' related actions on 'B'. I can mandate passing of…
siliconpi
  • 8,105
  • 18
  • 69
  • 107
1
vote
0 answers

Azure Web App + Active Directory with domain mapping issue

I have published an application as an Azure WebApp which uses Azure ActiveDirectory for my authentication. This requires a redirect to AD and re routes back to my web app after authenticated. This works flawlessly using the xxxx.azurewebsites.net…
1
vote
0 answers

How to redirect multiple domains to https main domain with apache virtual hosts

I have several domains for a website that is running on a digitalocan droplet: my-domain.de mydomain.de my-domain.com mydomain.com I also installed a letsencrypt ssl certificate. My goal is that the domain https://www.my-domain.de is my main domain…
igi
  • 125
  • 1
  • 15
1
vote
1 answer

How to implement google analytics on vue app on multiple domains?

I have multiple domains that use the same files (from git master branch). Now, I want to implement google analytics on each domain. I've tried this vue-anlaytics package multiple domain tracking (see link -…
japhfortin
  • 361
  • 4
  • 6
  • 18
1
vote
0 answers

Is there a way to deploy angular app on two domains with separate login pages?

We have an angular app and there're two urls (for example, auth/login and internal/auth/login ) for logging in for two group of users. The app is already deployed on the server and can access to both pages without a problem. And we need to deploy…
khet
  • 95
  • 11
1
vote
1 answer

Javascript window.opener.postMessage Cross Origin with multiple sub domains

I'm trying to allow multiple subdomains when doing : window.opener.postMessage(...); This works but this is not safe as all possible domains are allowed and I don't want this : window.opener.postMessage('MyMSG', '*'); This works for a single…
1
vote
1 answer

How can I create a subsubdomain.subdomain.domain.com

I want to create something like console.firebase.google.com, I am currently using Plesk Web Admin Panel, and I want to create a subdomain for the subdomain which will be example.example.example.com How is that possible Thanks
1
vote
3 answers

Multiple domains in Drupal

I have a Drupal website. It's domain is example.com. I want domains: mysite.com and mywebsite.com to point to example.com website. How to setup multiple domains that point to one website?
eXoSaX
  • 149
  • 1
  • 1
  • 11
1
vote
1 answer

Multiple domains (Apache web server) with mutiple tomcat apps (tomcat 9) with single IP

This the configuration of my server. I have domain1(domain1.com) and domain2(domain2.com), Domain3 (domain3.com) Domain1.com hosts tomcatapp1, tomcatapp2 Domain2.com hosts tomcatapp1, tomcatapp2, tomcatapp3. Domain2.com hosts tomcatapp4, tomcatapp5,…
Vidya
  • 13
  • 1
  • 5
1
vote
2 answers

How can I login to multiple applications in different domains once?

For example I have 2 apps, one is in abc.com, and another one is in xyz.com. Now what I want to do is, if one user logged in abc.com, then he will be also logged in xyz.com automatically. Means after he logged in abc.com, and just open xyz.com in a…
JuLy
  • 483
  • 2
  • 5
  • 12