Questions tagged [wildcard-subdomain]

196 questions
3
votes
1 answer

How to automatically redirect subdomain.domain to domain/subdomain

Possible Duplicate: Apache Virtual Host redirect from subdomain to subdirectory Without access to cpanel, apache conf files and only access to .htacess and FTP, how can I create a hosting site that when the user tries to access for example…
Luis Alvarado
  • 179
  • 1
  • 11
3
votes
1 answer

Is it possible to configure Nginx to allow for new domains to be added without me having to add a VirtualHost for each?

I have a SaaS application wherein users can enter their domain names. The application uses the hostname of incoming requests to determine the account based on the domain they entered for their account, loading up settings, themes, etc. I don't want…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
3
votes
1 answer

Virtual domains with wildcard?

I would like to setup postfix to catch all emails from both: domain.tld & [randomsubdomain].domain.tld. /((\w[\w\-]*)\.)+domain\.tld/ OK This rule works very good, but unfortunately it's catching only mails for [randomsubdomain].domain.tld. Any…
Andrew
  • 31
  • 2
3
votes
4 answers

Wild card sub-domain routing in Apache

I've noticed some hosting providers have Apache setup so that if I create a directory (foo.example.com) Apache will automatically know that the DNS entry for foo.example.com routes to that document root. What I am to do is setup something like…
Marco Ceppi
  • 457
  • 3
  • 19
3
votes
3 answers

Possible to point wildcard subdomain to top level domain via DNS settings?

Is it possible to point wildcard subdomains to a top level domain via DNS settings alone? I would like to have *.mydomain.com redirected to mydomain.com. mydomain.com is hosted on a 3rd service. I do not have access to any of my site's apache…
Malcolm
2
votes
1 answer

How to get Exim to accept mail for subdomains?

I'm trying to use subdomains with Exim, but If I send a test message to any address other fqdn than my basic domain name it gets bounced with a relay error. I can send and login to both Dovecot and Exim with an address with, for example,…
jdmayfield
  • 281
  • 3
  • 13
2
votes
1 answer

need htaccess to define wildcard subdomain for a wordpress multisite install

I've installed a WordPress Network using subdomains on an existing install, to make an english version of my current site (in french), but I get a 404 error on the new subdomain site. If I create a subdomain myself via ftp the subdomain is found in…
2
votes
1 answer

Is a wildcard CNAME DNS record valid in multi sub-domains?

I have a CNAME record like this: *.a IN CNAME example.com. So, any address that ends with .a.example.com points to example.com (like www.a.example.com, x.y.z.a.example.com, etc). I add this CNAME record: ex1.a IN CNAME …
2
votes
0 answers

FTP over SSL: Verify return code: 21 (unable to verify the first certificate)

I am trying to verify a SSL connection to one of my (sub) domains. I've installed a wildcard cert on IIS for a particular sub domain. When I check the connected website instance via https://www.geocerts.com/ssl_checker it all checks out just…
Tom Aalbers
  • 141
  • 3
2
votes
1 answer

Sharing two SSL certificates with as wildcard and root domains in nginx (same server)

I have purchased a wildcard certificate and a single certificate for my domain structure which is: app.example.com => single *.app.example.com => wildcard Both these routes should point to the same project directory on same server Note: RapidSSL…
senty
  • 135
  • 6
2
votes
2 answers

SSL wildcard certificate + SAN to match multiple specific subdomains of wildcard section

Say I own the domain example.com and want to setup multiple websites as sub domains on this domain, but these websites also use several special endpoints as further subdomains. Can I put them all on 1 SAN + wildcard SSL certificate, and what…
2
votes
0 answers

PFSense wildcard records for local hosts

PFSense 2.3.2-RELEASE-p1 I have a local server running Apache. www.office.lan resolves to this server's IP. I want to run multiple virtual hosts, each accessible by a unique subdomain, for example: www_a.office.lan www_b.office.lan ... What I want…
Craig Jacobs
  • 173
  • 1
  • 7
2
votes
2 answers

Does a wilcard subdoman get DNS cached?

If one adds a Wildcard subdomain entry in the DNS Zone, for example: *.example.com. 3600 IN A How much of a query for say somerandomsubdomain.example.com be cached? After some research I did find out that example.com will be cached at…
tapananand
  • 123
  • 4
2
votes
2 answers

Redirect all subdomains to main domain inside vhost

I simply want to redirect all subdomains that are not not already mentioned in a vhost's ServerName to redirect to the empty sub domain. I tried to add this to my httpd.conf after all other virtual hosts of this domain.
danijar
  • 403
  • 2
  • 4
  • 14
2
votes
1 answer

How to properly set DNS for subdomains on Plesk 12?

I re-installed a virtual server of mine and updated it to Plesk 12.0.18 (Ubuntu 10.04.4 LTS). The reset and reinstall was done automatically by HostEurope, the update from Plesk 11 to 12 was done through Plesks "Updates and Upgrades". I edited the…
Victor
  • 123
  • 1
  • 1
  • 5
1 2
3
13 14