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
4
votes
1 answer
Mapping Custom Domains to Wildcard Sub-domains
I'm creating a NextJS project which makes use of wildcard subdomains.
I've set up wildcard subdomains on Vercel, so now each wildcard subdomain points to my main NextJS installation. Within the NextJS app, I'm reading the subdomain name and serving…

asanas
- 3,782
- 11
- 43
- 72
4
votes
2 answers
Nuxt subdomain routing
I'm trying to implement subdomain routing in Nuxt. This is what I need to do:
/pages/username/index.vue:
username1.mydomain.com (this page should display "hello, i am username1")
username2.mydomain.com (this page should display "hello, i am…

kp123
- 1,250
- 1
- 14
- 24
4
votes
0 answers
jetty wildcard subdomain
I want to use wildcard subdomain on Jetty
*.mydomain.com
I have found that Jetty supports normal virtual hosts http://docs.codehaus.org/display/JETTY/Virtual+hosts
I have also seen such configuration in Apache using mod_proxy or mod_rewrite
Can I do…

MostafaEweda
- 367
- 3
- 13
4
votes
2 answers
Hosting many SSL sites on Azure using a wildcard certificate with MVC
The following application currently runs on a Windows 2008 R2 server that I'm attempting to migrate to Azure:
Part 1
First I have the following ASP.NET MVC site that routes customers based on the first part of the DNS…

makerofthings7
- 60,103
- 53
- 215
- 448
4
votes
2 answers
Fake subdomain for different users while still browsing same folder structure
I'd like to create fake subdomains for different users for more vanity, and to make the user (in this case a company) feel they are in a more isolated environment.
For the sake of maintainability, it's important for me that all users still browse…

Marcus Edensky
- 924
- 3
- 13
- 33
4
votes
2 answers
Wildcard subdomain on google app engine, alternatives to godaddy domains
I'm building an app on google app engine and have it set with wildcard subdomain mapping: http://code.google.com/appengine/docs/domain.html
Next, my domain name is through godaddy and I have specific CNAMEs created for each subdomain I want, such as…

adam
- 3,498
- 6
- 34
- 46
4
votes
1 answer
Create wildcard subdomain in xampp localhost
I am trying to create wildcard subdomain in xampp for my local development of Laravel project. So far I am able to change the hosts file and create a virtual host for my domain name.
Here is my hosts file
127.0.0.1 localhost
127.0.1.1 …

Lalit Thapa
- 311
- 5
- 20
4
votes
1 answer
How to use Terraform to create a wildcard dns record in an Amazon VPC to point to a service discovery server?
I've got an Amazon VPC with a bastion and service discovery router (Consul) that I'm using to route traffic from my company's intranet to the VPC.
Now I'm running jobs in the VPC (Webdriver) that need to look up newly registered services from a…

hawkeye
- 34,745
- 30
- 150
- 304
4
votes
3 answers
"Subdomain" after my website name
Is there a way to dynamically create a kind of sub-domain that goes between my website domain and the .com?
For instance, www.onlinevet.com would be something like:
www.onlinevet.dog.com
www.onlinevet.cat.com

Fernando Rybka
- 238
- 1
- 4
- 14
4
votes
1 answer
Wildcard SSL - Do I need another SSL for subsubdomain.subdomain.domain.com?
I'm not sure if I could word it right. I know that Wildcards SSLs will support any amount of subdomains in a domain. But does it also support subdomains of already existent subdomains?
I'm about to buy a wildcard SSL but I need to have this kind of…

viniciusmunich - AssabetTech
- 272
- 1
- 5
- 18
4
votes
0 answers
Is it possible to check whether Wildcard DNS is enabled using PHP?
I'm trying to see if it's possible to check whether wildcard DNS (or wildcard vhosts?) is enabled on the domain a script is running on and have come up blank so far.
I've tried reading the DNS records for the domain in order to look for a…

Martin P
- 41
- 2
4
votes
1 answer
webapp2 subdomain routing for any domain
I want to setup a catchall subdomain routing system where the subdomain is the user's profile and the domain can be anything so it doesnt have to be set based on the server it is running on.
what I have right now isnt routing I just tried to use a…

BillPull
- 6,853
- 15
- 60
- 99
3
votes
2 answers
Wildcard subdomain on a subdomain in cpanel?
I want to create a wildcard sub-domain for a sub-domain something like *.abc.domain.com. Is it possible to create such a domain name in cpanel?
Also, when I create a wildcard sub-domain on main domain i.e. *.domain.com, then cpanel.domain.com goes…

kb0000
- 444
- 3
- 6
- 18
3
votes
1 answer
Mac OS Lion - Wildcard subdomain virtual host
I am trying to get Wordpress 3.3.1 multisite (sub-domains) working in my localhost. However, it appears that I need to have wildcard subdomains configured for my Wordpress vhost. The idea is to have any_subdomain.my_wordpress.local to go to…

bananaaus
- 771
- 1
- 9
- 10
3
votes
1 answer
Android WildCard SSL validation
I need a little help with validation an WildCard SSL in my Android application. For now I'm using code which is validating without checking anything :
public void UseHttpsConnection(String url, String charset, String query) {
try {
…

Android-Droid
- 14,365
- 41
- 114
- 185