wildcard-subdomain Questions
5
Solved
We are using Azure Front Door to serve our white-labeled static website, which means we need our customers to be able to access it through unique subdomains (e.g., cust1.domain.com and cust2.domain...
Rebec asked 18/1, 2023 at 20:39
5
Solved
I have wildcard dns pointed to my server e.g. *.domain.com
I'd like to route each subdomain to it's own docker container.
So that box1.domain.com goes to the appropriate docker container.
This sho...
Polypus asked 2/7, 2014 at 9:28
2
Solved
We have a wildcard(*) subdomain pointing to a CloudFront distribution. The origin is API Gateway.
We need to know the original Host header within API Gateway so we can route the requests.
Simply ...
Halftimbered asked 30/8, 2016 at 8:16
1
We are building a multi_tenant solution with NodeJS/Express for the back end and VueJS/Nuxt for the front-end. Each tenant will get their own subdomain like x.mysite.com, y.mysite.com, etc.
How ca...
Cordi asked 3/9, 2018 at 11:21
2
Solved
I am trying to use one session data for all of my subdomains.
I have created a subdomain in cpanel like this : *.mydomain.in
and my *.mydomain.in uses the same path as my mydomain.in example:
my...
Gittern asked 23/3, 2014 at 8:42
2
How can the Dynamic Sub domain routing feature be implementing in NextJS?
Example: If a user comes with username abc in site xyz then he can access his
site on abc.xyz.com
Also, if the user have ab...
Obligato asked 26/6, 2020 at 8:22
3
Solved
AWS Certificate manager isn't allowing me to add a 2 level wildcard domain name, which would match x.a.example.com, y.b.example.com etc.
Is there a workaround for this? (instead of creating *.a...
Pike asked 14/12, 2017 at 10:31
3
Solved
I have a Hosted zone name example.com on AWS Route53 DNS service.
I have multiple subdomain record sets like:
api.example.com - type A - ALIAS xxx.cloudfront.net
www.example.com - type A - ALIAS x...
Referee asked 11/7, 2018 at 17:24
4
Solved
Some people are saying use an A record and others a CNAME for a catch all subdomain.
Which should I use and why?
Brutify asked 18/5, 2010 at 21:45
2
I read through the other post but none seemed to answer the question i have been having. Is it possible to have wildcard Subdomains of wildcard Domains (even if its just for subdomains and not sub-...
Cinchona asked 26/4, 2014 at 14:59
2
Solved
I've a small SaaS where each client gets a subdomain (stackexchange.my-saas.com)
I've a mailgun account where my main domain is setup and I've created a wildcard SPF record in my DNS and if I add ...
Karol asked 1/6, 2017 at 9:6
3
Solved
I redirect all http requests for my subdomain to https by using following code.
<VirtualHost *:80>
ServerName subdomain.example.com
Redirect 302 / https://subdomain.example.com
</Virtua...
Zygapophysis asked 14/4, 2014 at 11:55
1
Solved
Just checking to see if anyone knows if this is possible yet. I would like to use a wildcard subdomain with firebase hosting and use functions to parse the subdomain.
Burgle asked 7/2, 2019 at 17:45
3
Solved
I have an odd situation where I want to have the URLs app1.example.com, example.com and *.example.com all using a different virtual host. This is what I have (excluding example.com because it just ...
Methoxychlor asked 16/4, 2009 at 22:52
2
Solved
I've configured my Kubernetes to use one wildcard SSL certificate to all my apps using cert-manager and letsencrypt, now the problem is that I can't configure subdomain redirects cause Ingress is k...
Cajole asked 31/7, 2018 at 12:52
8
Solved
I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I could find) and nothing has worked for me thus far...
With that in mind, here is what I...
Hammerless asked 17/9, 2008 at 3:48
0
I'm unable to get my wildcard certs issued from traefik. I use the [docker] configuration for all my backends. On boot, I am seeing the following error for my various domains:
time="2018-05-16T05:...
Smash asked 16/5, 2018 at 5:57
3
Solved
I need multiple subdomains to point to individual buckets/subdirectories on Amazon S3 (synched to CloudFront distribution), where I'm hosting some static files.
So that ANY
SUBDOMAINNAME.example....
Stocker asked 4/6, 2016 at 20:41
17
Is anyone aware of a public wildcard domain name that resolves to IP address 127.0.0.1. For example if I wanted to test a URL locally such as mywebsite.localhost.com or example.localhost.com ...
Loudish asked 13/10, 2009 at 21:18
4
I have a website with subdomains for my clients (wildcard subdomain)
client1.test.com
client2.test.com
I want my clients to use their own domain If they want.
what kind of record needs to be ad...
Sibyl asked 4/9, 2017 at 17:36
1
Solved
Using firebase hosting is it possible to give each client their own subdomain on registration?
For example;
clientA.startup.com
clientB.startup.com
I could not find an API for domains and see n...
Winthrop asked 1/9, 2017 at 22:0
2
I would like to be able to pass subdomain.domain.com to .domain.com apache server, with subdomain info too.
I would like to make a nginx cache for domain, acting like wildcard, but passing subdom...
Madder asked 18/10, 2012 at 8:45
3
How can I implement dynamic subdomains in codeigniter with .htaccess?
Merely asked 16/3, 2012 at 5:27
2
Solved
I would like to do something like this:
<VirtualHost *:80>
ServerName $variable.example.com
DocumentRoot /var/www/$variable
</VirtualHost>
for example if I go to foo.example.com it...
Antoniettaantonin asked 12/9, 2013 at 8:51
1
Solved
Is there a way for java's keytool to generate self-signed certificate with a wildcard in SAN (Subject Alternative Name)? I'm using this command to generate keystore:
keytool -genkey -alias tomcat ...
Gnosticize asked 20/11, 2015 at 13:22
1 Next >
© 2022 - 2024 — McMap. All rights reserved.