Top "Wildcard-subdomain" questions

Wildcard subdomains are useful to allow end users of a domain-based multisite network to create new sites on demand.

Virtualhost For Wildcard Subdomain and Static Subdomain

I have an odd situation where I want to have the URLs app1.example.com, example.com and *.example.com …

apache subdomain virtualhost wildcard-subdomain
wildcard ssl on sub-subdomain

we have wildcard ssl certificate for *.domain.com, and have a website with sub1.sub2.domain.com safari 4.0.4 on MacOsx …

ssl-certificate wildcard-subdomain
Creating Wildcard Sub Domain Using Apache VirtualHost

I want to have this situation : if user request using this URL : example.com or www.example.com, user will …

apache virtualhost wildcard-subdomain
*.mydomain.com - A record or CNAME?

Some people are saying use an A record and others a CNAME for a catch all subdomain. Which should I …

subdomain wildcard-subdomain
Wildcard Subdomains

I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I …

subdomain localhost wildcard mamp wildcard-subdomain
Nginx wildcard proxy, pass subdomain to the server (upstream proxy)

I would like to be able to pass subdomain.domain.com to .domain.com apache server, with subdomain info too. …

nginx wildcard wildcard-subdomain
Android HttpClient - hostname in certificate didn't match <example.com> != <*.example.com>

I'm using HttpClient on Android to connect to https://someUrl.com/somePath. The problem is that the site's certificate is …

java android ssl httpclient wildcard-subdomain
Route traffic to a docker container based on subdomain

I have wildcard dns pointed to my server e.g. *.domain.com I'd like to route each subdomain to it's …

docker wildcard-subdomain
nginx proxy based on host when using https

I need to use Nginx as an SSL proxy, which forwards traffic to different back ends depending on the subdomain. …

ssl https nginx proxy wildcard-subdomain
Dynamic Subdomain Handling in a Web App (Flask)

I'm going to be using flask to create a web application, and part of the application will involve a subdomain (…

python web subdomain flask wildcard-subdomain