Questions tagged [wildcard-subdomain]

196 questions
1
vote
3 answers

Are SSL certificates fixed to IP's within a region?

I need to purchase a wildcard ssl certificate. I am looking at purchasing it from Comodo, however when I go to purchase it there is a question asking to "select the region that you are located in". Here is the link. I am not sure exactly why this…
liamTc
  • 237
  • 3
  • 4
  • 9
1
vote
1 answer

Configuring httpd.conf to handle wildcard domains with *multiple* scripts

I have a full-blown site like: http://www.example.com (uses index.php) http://www.example.com/scriptA.php http://www.example.com/scriptB.php I now want to have the possibility of setting up subsites…
1
vote
1 answer

Best way to handle PHP sessions across Apache vhost wildcard domains

I'm currently running a site that allows users to use custom domains (i.e. so instead of mysite.com/myaccount, they could have myaccount.com). They just change the A record of their domain and we then use a wildcard vhost on Apache to catch the…
joshholat
  • 193
  • 1
  • 6
  • 12
1
vote
1 answer

Amazon ec2 - WildCard Sub-Domain

I'm running an ec2 instance on ubuntu running lamp stack. I configured my httpd.conf file to support wildcard sub-domain but it didn't work. My httpd.conf file NameVirtualHost * DocumentRoot /www/example ServerName…
Sharan
  • 111
  • 5
1
vote
2 answers

subdomain of a subdomain on Server 11.10

I have a server that hosts mydomain.com. Then I have a server that hosts subdomain1.mydomain.com. On the subdomain1.mydomain.com server, how do I make subdomains? For instance I want to create subdomain2.subdomain1.mydomain.com I have my…
joe
  • 11
  • 1
1
vote
3 answers

Catch-all subdomains email

I want to catch all emails sent to * @ *.domain.com to a single account, how do I do that? I've already set up a wildcard MX record, and it resolves correctly. But I'm having trouble finding any email-server software capable of this. PS. I'd prefer…
jitbit
  • 407
  • 2
  • 6
  • 18
1
vote
1 answer

configure nginx name.site.com to blah/name?

I would like all subdomains to be mapped to a particular folder and 404 if nothing exist. So if i have a wordpress install i would like nginx to see ANYTHING.mysite.com and attempt to host files from /var/log/mysite/subdomaindir/ANYTHING How might i…
user274
1
vote
1 answer

Is it possible to use one wildcard subdomain for both Web and Incoming Email?

Is it possible to use one wildcard subdomain for both web and incoming email? So, for instance: random01.example.com => handled by web server user01@random01.example.com => handled by email server I am using Sendgrid for incoming email, and…
1
vote
2 answers

Apache conf: how to specify subdomain in when using mod_vhost_alias for wildcard virtual hosts

To start with, we wanted a request to *.example.com to be handled by a corresponding /var/www/*/ directory, and we have got this working by using mod_vhost_alias with VirtualDocumentRoot, as follows: ServerAlias *.example.com …
1
vote
1 answer

How to create virtual subdomains by using DNS with wildcard

I want to create many virtual subdomains e.g my original site is www.Test.com but I want that my site users can open my site with the given pattern username.Test.com Can you please help me for this issue?
Ghulam Haider
1
vote
1 answer

Auto-listing sub and sub-sub domains in Apache

Preamble At work, I'll be migrating our server from a WAMP box to a LAMP box and with my knowledge of Apache and wildcard domains, we're hoping to use client.ourtestserver.com instead of our current test.ourtestserver.com/client/project_id Of…
bafromca
  • 153
  • 1
  • 5
1
vote
1 answer

Wildcard SSL certificate and subdomain levels

our server url schema is setup like this: customer-domain.extension.clients.example.com For example: customer-domain.net.clients.example.com So the clients.example.com never really changes but customer-domain and extension do. What would be the…
Slav
  • 113
  • 2
1
vote
1 answer

basic auth across multiple subdomains

I'm setting up a basic test environment to test drive multiple sites I co-maintain with a colleague. What I am trying to achieve is to password protect the entire domain with basic auth. This is working, but the problem is that for every subomain…
1
vote
1 answer

Wildcard subdomains for all domains

So what I have at the moment (for each domain) is this ServerName exmaple.com ServerAlias *.example.com DirectoryIndex index.php index.html VirtualDocumentRoot /srv/www/example.com/public_html/%0 But…
user75734
  • 11
  • 2
1
vote
1 answer

Domain registrars supporting wildcard CNAME records

Please list some credible domain registrars supporting wildcard domains. Now I am with GoDaddy, and want to move to another one with the feature I need. Thanks.
Sergei Basharov
  • 379
  • 2
  • 4
  • 13