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
-1
votes
1 answer
Cloudflare certificate not being used in https connection
I am using cloudflare to proxy requests to my server and within my server I have added support for subdomains. The issue is that my server only has an ssl certificate issued to the root domain, but the cloudflare certificate has support for…

naughty boy
- 2,089
- 3
- 18
- 28
-1
votes
1 answer
Wildcard subdomains not working
I'm trying to set up wildcard subdomain to access user's blog of my application with url like: "user.blog.dev".
But all I get is an error "Connection timed out". I have no problems when I go to "blog.dev"
Here is my host file
255.255.255.255…

181mdz
- 133
- 1
- 1
- 10
-1
votes
1 answer
SSL for auto generated sub domain
I have to use SSL for my subdomain as well for main domain. My requirements are to crete sub domain on the go,
for ex
sub1.mydomain.com
sub2.mydomain.com
etc
There is wildcard domain, please explain and also provide the link to buy it ans set up…

Gopal Rathod
- 191
- 3
- 13
-1
votes
2 answers
Wildcard subdomain mod-rewrite
I have a wildcard subdomain *.domain.com assigned to public_html/.
I want to make the directory www.domain.com/folder1/index.php?name=rock to rock.domain.com.
As for another one, I want to make www.domain.com/folder1/folder2/index.php?id=5 to…

Redzwan Latif
- 886
- 3
- 14
- 38
-2
votes
4 answers
Domain Regex for Prometheuse
I am trying to write a regex that will ignore the first two octets 'name.name-name.presto.worker' but will match the rest which is 'presto.worker'.
I have two different domain names that follow the same structure like I shown above and I need the…

Yaniv Hakim
- 77
- 10
-2
votes
2 answers
add domain to server with php that points to a certain folder
Im making some sort of CMS with server side PHP,
1.How do i with PHPadd the user's domain to the NS records and direct it to they'r folder in the server?
2.what this operation is called? i been Googleing this for 2 days now with no success due to…

Mike
- 741
- 13
- 40