Wildcard subdomains are useful to allow end users of a domain-based multisite network to create new sites on demand. In this type of network each new site has its own subdomain, and the wildcard configuration means that those subdomains do not have to be configured individually.
Questions tagged [wildcard-subdomain]
456 questions
2
votes
1 answer
IP-address wildcard in SSL/TLS certificates
The SSL/TLS certificates used to secure websites allow for specifying a subdomain wildcard:
*.example.com will be valid for www.example.com, subdomain.example.com etc.
Is it possible to use wildcards for IP-addresses? In particular, I want an…

Tobias Bergkvist
- 1,751
- 16
- 20
2
votes
1 answer
How to reach subdomains on DNS name of a Public IP Address created on Azure?
I created a Public IP Address on Azure and assigned a DNS name like contoso.eastus2.cloudapp.azure.com.
When I use a DNS lookup with this DNS name, an A record is found to point on my Public IP address. But when I try to lookup a subdomain (like…

guduf
- 412
- 4
- 14
2
votes
0 answers
React Native not working with wild card SSL
I have react native app when i try call API from normal SSL (direct domain) my app working perfect, but when I change to call API from domain using wildcard SSL is not working. Any idea to solve this issue ?

Đinh Quốc Việt
- 39
- 9
2
votes
1 answer
Wildcard Subdomain In SpringBoot For my Mac
I am creating a web application in which there will be multiple subdomain. Each client will be having its own subdomain. Each subdomain will have individual database. For example I am having a client abc, then it will have subdomain as…

Mohinuddin Luhar
- 656
- 10
- 23
2
votes
1 answer
Laravel 6 - setting up a multi-tenant application with nested tenants
I am currently trying to figure out the best way to set up multi-tenancy for my system. The issue I'm facing is that a tenant doesn't always have to be a sub-domain but can be set up as part of a sub-domain, where the sub-domain can have multiple…

user12263324
- 33
- 1
- 4
2
votes
0 answers
All subdomains to the same Virtualhost
I want example.com as well as any subdomain e.g. abc.example.com to be served by the same application. I cannot know all subdomains beforehand so I need wildcards. My (Django) application can handle requests to all subdomains.
The problem is that…

robinki
- 362
- 3
- 18
2
votes
1 answer
Can I have wildcard domains on Google App Engine?
I need to have true wildcard domains. I would like to use App Engine if possible, if not I would be interested to see if google had a different solution.
Can I have a wildcard domain like *.mydomain.com that accepts all sub domains without any…

Gilberg
- 2,514
- 4
- 31
- 41
2
votes
1 answer
Can you make all subfolders subdomains using rewrite rules?
So if you have a structure like this:
public_html/folder/example.com/index.php
public_html/folder/example.com/subdomain1/index.php
public_html/folder/example.com/subdomain2/index.php
public_html/folder/example.com/subdomain3/index.php
And you want…

user1671951
- 35
- 8
2
votes
2 answers
Wildcard ssl certificate (*.blog.mydomain.com) not working on blog.mydomain.com
I have a web app in Azure. I have requested wildcard ssl certificate for *.blog.mydomain.com. I was going to use it on all blog subdomains as well as on blog.mydomain.com. However when I try to bind it on blog.mydomain.com it doesn't accept it. What…

BumbleBee
- 129
- 9
2
votes
0 answers
wildcard subdomain is not working with static subdomain on live server
I deployed my project on live server by creating subdomain app.example.net on cpanel. And put my project in app.example.net folder.
In my project I have two route groups like below
Routes.php
'app.example.net'],…

habib
- 89
- 1
- 10
2
votes
0 answers
how to deploy static subdomain + wildcard subdomain laravel app on live server?
In my laravel project app, I have the following routes. app.client.net for user registration and wildcard subdomain *.client.net for logged in users.
Route.php

habib
- 89
- 1
- 10
2
votes
2 answers
AWS Let's encrypt Wildcard certificate
I’m trying to create an HTTPS Wildcard certificate for all my subdomains * .booda.me
My server is hosted on Amazon web services on an “Amazon Linux AMI”.
When I run certbot with this command:
letsencrypt certonly --manual --preferred-challenges dns…

Hugo-dev
- 159
- 2
- 9
2
votes
1 answer
Receiving 404 Error in Heroku with Django-Tenants with Wildcard CNAME
I have a really weird situation I cannot seem to figure out. I have not touched my implementation of this package since the beginning of the year and now the functionality ceases to exist on my live heroku server. I currently have a Create Account…

David Arce
- 45
- 1
- 6
2
votes
0 answers
Apache wildcard SSL configuration alongside organisational SSL for same domain
I have limited experience setting up SSL certs, so far i've been able to get single SSL certs working on different servers, now I'm stuck trying to get a wildcard SSL cert setup alongside an existing organisational SSL for same domain, it keeps…

user2751034
- 117
- 1
- 11
2
votes
1 answer
Google App Engine Wildcard Subdomains
I have Node JS app running on google app engine.
I have linked a custom domain to it: www.singlelisting.co
BUT
I need wildcard subdomains to also link to the node application
For Example: 6.singlelisting.co or ns324.singlelisting.co
I have not…

Ryan Hubbard
- 247
- 1
- 5
- 14