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
vote
1 answer
Wildcard SSL Certificate on Wildcard Subdomain in Plesk - wrong certificate served to browser
I have a new Plesk 12 installation. I have configured a domain (example.com) with hosting that also requires wildcard subdomains.
To achieve this I had to create a vhost.conf file with
ServerAlias *.example.com
This works and I can go to…

Pandy Legend
- 1,102
- 3
- 15
- 29
1
vote
2 answers
URL Permalinks for pages AND users (similar to facebook) for Rails4. Friendly_id?
Perhaps I'm misinterpreting the capabilities of the Friendly_id gem, but I haven't found any other way to accomplish this goal either:
I have an app where users get their own URL to their page, similar to what facebook does (e.g.…

ThinQtv
- 103
- 1
- 1
- 11
1
vote
1 answer
SSL Wildcard Certificate
I'm looking for a wildcard certificate for a company *.domain.com.
I don't need extended validation.
Entry level questions:
Should I buy level 2 or level 3 certificate? What's the main difference?
Can I install (use) the same certificate/key pair…

Jumpa
- 4,319
- 11
- 52
- 100
1
vote
0 answers
301 Redirects with Subdomains (Rails)
I have a Rails app that will soon be switching domain names. Since we don't want to break any old links, I'd like to set up 301 redirects for all requests using the old domain name. Everything about this is relatively straightforward except that…

user2925876
- 21
- 2
1
vote
2 answers
How do sites like Freshbooks and Harvest create individual platforms on different subdomains?
The site I am trying to create will have separate subdomains for each primary admin account. For the purpose of this question, let's say Google is a customer, so when they register, I need to create the subdomain "google.mysite.com".
From there,…

David Mckee
- 1,100
- 3
- 19
- 35
1
vote
2 answers
Is the same wildcard SSL supported for multiple Parse Apps?
My organisation is utilising multiple Parse apps for different environments of our app. These each have individual subdomains: a.abc.co, b.abc.co, c.abc.co and d.abc.co.
I can buy a single wildcard SSL certificate for abc.co and this would work fine…
user3815184
1
vote
1 answer
htaccess rewrite nonexistent wildcard subdomains with and without https
I want to rewrite http://, http://www. https://www. and nonexistent subdomain variations to https://domain.com. A nonexistent subdomain variation might be http://abc.domain.com and https://abc.domain.com. To complicate matters further, I want to…

Dustin
- 75
- 7
1
vote
1 answer
Browser Support for Wildcard Certificates
is there a limit to what browser versions support wildcard ssl certificates?
I can't find a valid resource that tells me if there only has been support for it since version x.
I can only find a list of browsers/servers that support Server Name…

spankmaster79
- 21,555
- 10
- 42
- 73
1
vote
2 answers
Nginx Wild Card Domains
I have an A Name domain setup on Nginx, I also have wildcard DNS setup on Digital Ocean.
I would like my main domain to point to where it is: /usr/share/nginx/html/mission13.io
I would then like all the wildcard domains to point to their respective…

Get Off My Lawn
- 34,175
- 38
- 176
- 338
1
vote
1 answer
.htaccess WildCard SSL for sub-domain
I setup .htaccess file for my domain and sub-domain. If I write manually https then both working fine but I want to force so that no one can open without https.
Also I want WWW with my main domain and Sub-domain without WWW. Below is my .htaccess…

Arif
- 1,222
- 6
- 29
- 60
1
vote
1 answer
GAE PHP user prefix subdomain
I have this URL for each users on my site: http://appsite.com/dennis, I was able to get this done using a mod_rewrite routing found on appengine docs: https://developers.google.com/appengine/docs/php/config/mod_rewrite.
However I am looking to…
user3065438
1
vote
2 answers
rewrite subdomain to direcory in same server
I have a domain, lets say mydomain.com.
I want every subdomain of this to load the contents of the directory with the same name... For example, if someone writes
http://sub.mydomain.com/index.php
I want to show him the contents of…

papas-source
- 1,221
- 1
- 14
- 20
1
vote
0 answers
Dynamic Subdomain Using Url Rewriting in yii
I want to create dynamic sub domain .I want to do with help of yii framework.
By giving url will generate virtual sub domain.
I have below url.
http://www.xyz.com/dq/logic/pd[controller]/dispall [method]/web [parameter 1]/web-designer [parameter…

Bhaskar Bhatt
- 1,399
- 13
- 19
1
vote
1 answer
Simulate dynamically subdomains with .htaccess with a different database but same code base in Drupal
Sorry about my english level.
I researched so much, and i found that can i use ".htaccess" to get redirection to subdomain folder and this is OK.
In Drupal i need to create a folder for each subdomain in "/sites/sub.example.com/" and copy…

MrD
- 23
- 5
1
vote
1 answer
Wildcard subdomain mod-rewrite does not work
I have a wildcard subdomain *.domain.com assigned to public_html/.
I want to do like this:
For example, /folder1/index.php is based on state name(?state=statename).
For the /folder1/folder2/index.php, it will be based on unique…

Redzwan Latif
- 886
- 3
- 14
- 38