Questions tagged [wildcard-subdomain]
196 questions
0
votes
1 answer
Quesiton about sub-domains
If I'm using a sub-domain for my clients access to a web application (e.g. client-x.example.com/admin/), and I want client's to optionally use their own domain (e.g. client-x.com), do you think it is advisable to have them point their www CNAME to…

orokusaki
- 2,763
- 4
- 32
- 43
0
votes
1 answer
Problem configuring dnsmasq for local subdomains
I've set up dnsmasq on a virtal machine server in order to handle static wildcard subdomains on my local home network for development purposes.
The idea is to have *.local.myapp.com resolve to the VM itself (bridged networking), running the http…

Greg
- 187
- 2
- 8
0
votes
1 answer
DNS Wild Card, and Virtual SubDomains
I'm trying to make a Virtual SubDomain for my users accounts.
Eg:
user.mysite.com
That gets mapped to www.mysite.com/profile/user
I've enabled wildcard DNS in WHM, and Changed my httpd.conf to allow wildcards.
Now, anything.mysite.com gets sent to…
Moe
0
votes
1 answer
0
votes
1 answer
Point root domain to one server and all sub-domains to another server
I have a requirement where I want to point my root domain i.e
www.abc.com or abc.com to one server (static website)
and *.abc.com to another server (application server)
I have bought domain from godaddy, I want godaddy to host my static website i.e…

Hussain Fakhruddin
- 138
- 7
0
votes
2 answers
CNAME Wildcards Server 2003
I'm looking to set up a wildcard cname on a FQDN but cant seem to get it to work.
This is what i'm trying to achive:
A Record : domain.co.uk : my.ip.address.1
A Record : en.domain.co.uk : my.ip.address.1
cname : www.*.en.domain.co.uk : -->…
Sean.C
0
votes
2 answers
subdomain on another ip address
My main domain (example.com) sits on a server with IP address 1.
I need to have a subdomain (forum.example.com) pointing to a server with IP address 2.
Both servers are hosted at iWeb, so I have a cPanel interface to manage them, but I can't find…

pixeline
- 658
- 3
- 13
- 29
0
votes
4 answers
Subdomains and SSL > How can I provide SSL on *.example.com and also at the root
I know that you can provide SSL at any subdomain with a wildcard SSL cert, but how can you do that and also have SSL at the root (ie, when somebody just types https://example.com/ without the www)? Would I just install the wild card cert, and a…

orokusaki
- 2,763
- 4
- 32
- 43
0
votes
2 answers
Wildcard DNS entry is broken by more specific (but non-matching) DNS entry
I have the following DNS entries for the root domain example.com:
* CNAME record pointing to foo.com
dummy.api TXT record containing the value dummy
When I try to resolve bla.foo.com then it correctly resolves to the CNAME entry, but when I try to…

Alexander Overvoorde
- 71
- 4
0
votes
0 answers
Wildcard SSL for subdomains that don't exist
If I have undefined subdomains, and there is a wildcard subdomain defined for the domain (via the hosting account at JustHost), is it possible to have a wildcard SSL certificate for subdomains that have not yet been defined?
For instance, a URL of…

Rick Hellewell
- 131
- 5
0
votes
1 answer
Install a CDN on a subdomain in a different IP: error 523
HAPPY MONDAY
I have Ubuntu instances running on 2 servers:
Server1: Docker, Cloudflare-OZNU-API and Nginx Proxy Manager, wildcard for: domain.app and *domain.app.
Server2: Apache2 - PHP7.2, Certbot for DNS-Cloudflare-API.
This is the file for the…

Debbie
- 101
- 1
0
votes
1 answer
How do I enable wildcard subdomains?
I have a website with a root domain and over 5 single-level sub-domains. For example, secure.mysite.com, checkout.mysite.com, etc. I want to install a Wildcard SSL certificate from the Apache web server. How I can install/enable subdomains? please…

bhaveshpatel
- 1
- 2
0
votes
0 answers
Remove discarded subdomains (wildcard) from subdomain scanners
I have a server which I use with my own domain name, with a wildcard DNS record.
On the server side, I use the nginxproxy docker image to autogenerate VHosts. This allows me to add new websites/pages/services on the fly with their own subdomain…

Lurnak
- 1
0
votes
1 answer
How do I set up a Let's Encrypt wildcard certificate for Apache on an Amazon Linux 2 AMI EC2 instance?
I have a domain (let's say example.com), and I currently have a Let's Encrypt certificate set up and properly working for example.com and www.example.com for Apache on an Amazon Linux 2 AMI EC2 instance, and I'm trying to reconfigure the certificate…

HartleySan
- 103
- 4
0
votes
1 answer
How to create Cloud Run mapping to wildcard subdomain
I host my app with cloud run and use domain from GoDaddy. It is work perfectly. Now I want to make possible have url address for every users account like user1.myapp.com, user2.myapp.com.
How can I do it with cloud run and GoDaddy?enter image…