Questions tagged [wildcard-subdomain]

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.

456 questions
17
votes
3 answers

Subdomain in Google Console Redirect URIs

I have an web application that uses google api (google drive). The application is used by many clients and every client has an subdomain to access the system. So the domain is appdomain.com And for users I have foo.appdomain.com, bar.appdomain.com,…
17
votes
2 answers

Creating Wildcard Sub Domain Using Apache VirtualHost

I want to have this situation : if user request using this URL : example.com or www.example.com, user will see index.php in this directory /home/admin1/public_html/ but when user request using other sub domain (wildcard) for example :…
Saint Robson
  • 5,475
  • 18
  • 71
  • 118
16
votes
3 answers

nginx proxy based on host when using https

I need to use Nginx as an SSL proxy, which forwards traffic to different back ends depending on the subdomain. I have seem everywhere that I should define multiple "server {" sections but that doesn't work correctly for SSL. Doing that I would…
Angel Abad Cerdeira
  • 1,347
  • 1
  • 16
  • 16
16
votes
2 answers

Nginx wildcard proxy, pass subdomain to the server (upstream proxy)

I would like to be able to pass subdomain.domain.com to .domain.com apache server, with subdomain info too. I would like to make a nginx cache for domain, acting like wildcard, but passing subdomain to the destination (there is apache witch…
sirkubax
  • 369
  • 1
  • 3
  • 9
14
votes
2 answers

Forwarding CloudFront Host Header to API Gateway

We have a wildcard(*) subdomain pointing to a CloudFront distribution. The origin is API Gateway. We need to know the original Host header within API Gateway so we can route the requests. Simply whitelisting the Host header in CloudFront returns an…
9
votes
3 answers

Setting up wildcard domains on local host (OS X 10.5)?

I am starting to develop a site which basically acts as WordPress MU, in the sense that a user can signup and have their own blog. I will be coding this in Rails, however I am hoping to be able to utilize wildcard subdomains, so I can use the format…
9
votes
3 answers

Wildcard subdomains point to appropriate S3/CloudFront subdirectories

I need multiple subdomains to point to individual buckets/subdirectories on Amazon S3 (synched to CloudFront distribution), where I'm hosting some static files. So that ANY SUBDOMAINNAME.example.com automatically points…
8
votes
1 answer

How to create an SaaS Application?

I don't know how else to say it so I'm just going to explain my ideal scenario and hopefully you can explain to me how to implement it... I'm creating an application with the Zend Framework that will be hosted with DreamHost. The application will be…
Andrew
  • 227,796
  • 193
  • 515
  • 708
8
votes
3 answers

How to implement dynamic subdomains in codeigniter with .htaccess?

How can I implement dynamic subdomains in codeigniter with .htaccess?
8
votes
1 answer

setting cross-subdomain cookies accessible to a sub-subdomain?

I've set a cookie with domain of .example.com. It is available for every first-level subdomain on my site, as it should be. It is not, however, available on nth level subdomains, i.e. sub.subdomain.example.com and…
ceejayoz
  • 176,543
  • 40
  • 303
  • 368
7
votes
2 answers

Dynamic Subdomain Routing With NextJS

How can the Dynamic Sub domain routing feature be implementing in NextJS? Example: If a user comes with username abc in site xyz then he can access his site on abc.xyz.com Also, if the user have abc.com domain then he can point abc.com to…
Ank
  • 402
  • 5
  • 12
7
votes
3 answers

Wildcard subdomains on appengine over https on firefox

When I go to https://wild.rileylark.appspot.com with chrome, I get the nice "this is going great" icon. When I use firefox 4, I get the "omg, you're effed" message: wild.rileylark.appspot.com uses an invalid security certificate. The…
Riley Lark
  • 20,660
  • 15
  • 80
  • 128
7
votes
3 answers

AWS Route 53 wildcard subdomain with Api gateway

I have a Hosted zone name example.com on AWS Route53 DNS service. I have multiple subdomain record sets like: api.example.com - type A - ALIAS xxx.cloudfront.net www.example.com - type A - ALIAS xxx.cloudfront.net app.example.com - type A - ALIAS…
7
votes
4 answers

Point client domain to my domain

I have a website with subdomains for my clients (wildcard subdomain) client1.test.com client2.test.com I want my clients to use their own domain If they want. what kind of record needs to be added to point client1.com =>…
handsome
  • 2,335
  • 7
  • 45
  • 73
7
votes
2 answers

Xampp Virtualhost: Wildcard domains and sub-domains

I read through the other post but none seemed to answer the question i have been having. Is it possible to have wildcard Subdomains of wildcard Domains (even if its just for subdomains and not sub-subdomains) like: foo.example.local. I already have…
N.Schipper
  • 1,668
  • 3
  • 18
  • 25
1
2
3
30 31