I have: - two DNS servers: 1.1.1.1 and 2.2.2.2 - domain name: domain.com pointed to 1.1.1.1
I want to point sub domain: sub.domain.com to 2.2.2.2 (obviously www.sub.domain.com too)
on 1.1.1.1 I've create a DNS A record pointing sub.domain.com to 2.2.2.2
accessing sub.domain.com now lead to 2.2.2.2 successfully
the problem is the DNS records on 2.2.2.2 such as CNAME www do not work means access
I read through some guides on this and I believe it is possible to have apache respond to a subdomain through ssl. I have domain.com responding on 80 and I do not need domain.com responding on 443.
I know this kind of questions been asked here many times and I read through every single one of them and still do not understand how to do this at all.
I basically have a VPS server with a hosting account that has 1 dedicated IP.
I have a website on a subdomain of one site example:securityplus.domain.com and I need it my new domain name: jgnetworksecurity.com display correctly in the address bar with all the files and folders after it. like so:
jgnetworksecurity.com/wp/archives/sept2012 ...
I have a single domain with a dozen subdomains for different sites. Each has a separate virtual host in apache.
I configured sendmail to masquerad as the top-level domain so that emails are always from the top-level domain instead of the subdomain.
Unfortunately, DKIM header d= and i= fields show the subdomain.
I have a website secured by a standard SSL certificate, securing a few different shops under different subdirectories. Ex. domain.com/shop1/ The shops are also accessible via a subdomain e.g.
I've been looking for a solution to the following problem for a few days now.
I have domain.com for which I have bought and installed a wildcard certificate so now I can provide secure access to www.domain.com or whatever.domain.com.
I'm trying to do the following:
get a cname setup so that *.subdomain.domain.com points to anotherdomain.com.
Then in the anotherdomain.com DNS, I want to look for things like one.subdomain.domain.com and point it to another server and two.subdomain.domain.com pointed to a fourth server.
Is this possible in any way?
I setup a wildcard A record on my domain registrar. Now if a user access a missing subdomain on my domain, they will be redirected to the homepage.