Questions tagged [wildcard-subdomain]

196 questions
0
votes
2 answers

Can I activate a wildcard SSL on a subdomain that has an A record

I am a noob when it comes to System Administration or Networking and I thought I would get some valuable insight from the pros in here. I work for a university and we host our website with a web hosting provider at say www.myuniversity.com. We were…
0
votes
2 answers

Nginx redirects: enforce subdomain and SSL

There are a lot of questions on ServerFault that cover parts of this question, but I'm having a hard time piecing them together. I have a fresh nginx server with a Wildcard SSL cert installed. All that works fine. I'd like to create redirect rules…
0
votes
1 answer

Subdomain redirection is causing an error in apache

I am redirecting https://username.mywebsite.com/ to https://mywebsite.com/username using this redirection RewriteEngine On RewriteCond %{HTTP_HOST} ^(.*).mywebsite.com [NC] RewriteRule .* https://mywebsite.com/%1 OR RewriteCond %{HTTP_HOST} …
Fury
  • 139
  • 1
  • 1
  • 9
0
votes
1 answer

VirtualHost/htacess : how to point a subdomain to an url parameter?

I must create a multi-language website. In order to achieve this aim, I want to point subdomain representing a language to the 1rst URL parameter (GET variable) of the domain in my virtualhost or htaccess configuration. The scheme is the follow…
0
votes
1 answer

Sub-domain forwarding (unconditional/wildcard)

I would like to forward all requests for domain.net to domain.com. The forwarding works only for the top level URL, meaning the server redirects domain.net to domain.com. However, any and all sub-domains requests fails; for example,…
0
votes
1 answer

Apache VirtualHost Multiple Wildcard Domains / SSL

I'm trying to figure out the configuration for the following: Multiple Domains - (example1.com, example2.com, example3.com) Single Virtual Host Wildcard Subdomains (*.example1.com, *example2.com, etc) My current configuration is:
Jason
  • 381
  • 1
  • 7
  • 20
0
votes
1 answer

Purchasing Godaddy SSL Exchange 2010 Server

I have created a CSR for our Microsoft Exchange 2010 Server (domain: mail.domain.com (example). We have a hosting account with Godady (DNS Hosting only as well). We do not have SSL Cert and need to purchase one. However, which SSL to purchase?…
0
votes
1 answer

Setup my own DNS server to support wildcard domains?

My registrar doesn't support wildcard domains through their DNS system, but I can define my own DNS Services, I can't change my registrar (I know, the "why" is beyond the scope of my question :)), and I do want wildcard domains. My question is is…
TheDude
  • 109
  • 2
  • 10
0
votes
1 answer

How to route/redirect *.foo.org --> *.foo.biz via DNS records?

I registered my domain foo.org and along with it they gave me foo.biz for free. I don't really like it, but as I said, they gave it to me for free... And I want to route absolutely every request involving foo.biz to foo.biz, including subdomains. In…
0
votes
1 answer

Expose a directory as public but hide another same-level directory

I have a web application that has the following directory structure: /subdomain_name /app /public This web application is installed for every new user in our VPS. They provide a subdomain name, and then a subdomain is generated, with the…
0
votes
1 answer

Apache2 VirtualHosts and wildcard subdomains

Is there a way to setup a catchall (for subdomains) virtual server for a single domain, where I have a couple pre-defined subdomains. ie: webmail.example.com -> points to "/var/web/roundcube" beta.example.com -> points to…
0
votes
2 answers

DNS wildcard entry from *.domain.com to www.domain.com

If a user enters ww2.domain.com he should be redirected to www.domain.com. This should be possible for all sort of subdomains (e.g. xxx.domain.com, ww.domain.com, ...). How should I set up the DNS record? Will this DNS entry work? *.domain.com. …
testing
  • 175
  • 1
  • 13
0
votes
2 answers

how to allow users to use their own domain name to access their page

I am going to build an album website using Django 1.5. one of the feature I want to provide my members is to use their own domain name. www.albumn123.com/user/mike www.mike.com now, the site is almost ready. but this domain part I am still clueless.…
qinking126
  • 351
  • 1
  • 4
  • 12
0
votes
1 answer

Redirect invalid subdomain request to proper location

We've got site at a subdomain (new.example.com) and previous version of the site at the root (example.com). The previous version is a WordPress network with wildcard subdomains. The static subdomain was created in Plesk 10 and works fine (we've got…
0
votes
1 answer

Receiving email to wildcard subdomain @ any alias (anyalias@*.domain.com)

I have seen lots of SaaS solutions provide client specific email URLs like the following: anyalias@*.mydomain.com. This is a new concept to me but i need to adopt it for future application requirements. Few questions. can i populate a…
MaCuban
  • 94
  • 1
  • 1
  • 6