Questions tagged [wildcard-subdomain]

196 questions
0
votes
1 answer

With DNS e.g. A record, can I add a regex for any subdomain?

E.g. in my DNS providers UI, I have a A record for the main domain along the lines: mydomain.com.: This works fine. I'd like to obtain a wildcard SSL certificate to be able to add several subdomains. Can I add a record of the…
Doug Fir
  • 111
  • 4
0
votes
1 answer

Point Webflow site to example.com/webflow-site

I'm using google domains to host my frontend web application at example.com. I also have marketing pages that are built on webflow.com that I'd like to seamlessly integrate with the example.com. I'd like to route my webflow website to…
0
votes
1 answer

What is the proper way to send a certificate to a web hosting company?

I have a wildcard SSL cert issued through Azure. I need to use this certificate on a shared host (for a subdomain) and they don't have an interface for me to upload it myself, so I have to email it to them. Azure exports the certificate without a…
0
votes
1 answer

NGINX dynamic subdomain support for existing setup

So I've got this setup where NGINX seems to work fine. But the requirement now is to add support for dynamic subdomains. Not sure on how to do it. Help would be greatly appreciated. Also to be able to redirect from www to non www for both domain and…
TSlegaitis
  • 101
  • 2
0
votes
1 answer

NGINX support both subdomains and normal

Not an NGINX guru but I've made the changes that I believe will work. This is PROD server so don't just want to push to it and hope for the best. What I'm trying to do is have both subdomains and domains redirect to it's respective pages. For…
0
votes
0 answers

Unable to make Certbot's wilcard certificate work with Nginx server

I have a web app that supports multiple subdomains but I can't find the correct nginx setting to make the certificates work. I've already created the certbot certificates wit this command sudo certbot --server…
grizzo
  • 1
  • 2
0
votes
1 answer

Apache redirect all non valid wildcard subdomains to root domain

Is it possible to redirect all 404 subdomain result to the root domain in apache2? Im using a wildcard subdomain entry in my DNS provider, and apache is set to fetch the site in the folder with the same name as the subdomain. But I would also like…
0
votes
2 answers

SSL certificate mismatch, multi vendor website

I have a website hosted on *.mydomain.com, my Apache web server in conjunction with PHP will return/echo some plain text based on the subdomain provided. *.mydomain.com is secured with a wildcard SSL certificate. I need to allow users to redirect…
0
votes
1 answer

How can I setup dnsmasq wildcard cnames for domains generated from dhcp leases?

I have an OpenWRT router with automatic dhcp domains enabled. This way, for host example-host, I automatically get an A record for example-host.lan to 192.168.1.2. I am trying to setup a wildcard cname for *.example-host.lan. For this, dnsmasq…
-1
votes
1 answer

Can I set different IP to second level sub-domain?

I'm trying to set a A records to this domain: *.mydomain.com A 1.1.1.1 That will be different from this sub-domain: *.*.mydomain A 2.2.2.2 But it's not working for me. And I always get the first IP when I ping it. We're using AWS route 53 DNS Thanks
Noamway
  • 153
  • 2
  • 8
-1
votes
1 answer

Using wildcard does not resolve sub of subdomain

I have a domain xyz.com on (xx.xxx.255.25) and sub.xyz.com on (xx.xxx.255.240) To resolve sub I added the following reocrd in BIND sub IN A xx.xxx.255.240 *.sub IN A xx.xxx.255.240 and worked well, but the problem is…
Ahmad
  • 113
  • 6
-1
votes
1 answer

SSL and IIS "Cannot find the original signer" - p7b file

I created a request for a wildcard certificate from my provider and was given .p7b file (PKCS#7 Binary). When importing this .p7b into IIS, I get "Cannot Find the Original Signer". I have installed other certificates from same company with no…
Jack Walker
  • 1
  • 1
  • 1
-2
votes
2 answers

Nginx - Configure domain and multiple subdmains pointing to same root

My wish is to configure my site in a such way that: company.fr collaborator1.company.fr collaborator2.company.fr ... the domain and associated subdomains point to the same directory root. Under the hood I'll use Symfony and the content displayed…
Adrien G
  • 101
  • 3
-2
votes
2 answers

is it possible to Point a cname record to a wilcard subdomain

*.mydomain.com is pointing to this directory /home/mydirectory so if I enter : foo.mydomain.com or bar.mydomain.com it points to /home/mydirectory in another domaine I've set a CNAME as : www.otherdomain. -> foo.mydomain.com. But www.otherdomain.com…
sel_space
  • 107
  • 4
-2
votes
1 answer

how to setup a wildcard subdomain on 123-reg.co.uk

I have a domain on 123-reg.co.uk and I want to setup a wildcard subdomain. I do currently have a * A record which points to one IP address, but I also want a subdomain called web which can also use wildcard subdomains. i.e. web.mydomain.com =>…
PrestonDocks
  • 215
  • 3
  • 11
1 2 3
13
14