I have my domain name pointed to a VPS 1. I want its subdomain (for example sub.domain.com) to be pointed to another VPS 2.
So that if someone visits www.domain.com the php files are delivered from VPS1 and if some visits sub.domain.com then php files are delivered from VPS2.
I need to keep my VPS1 rock solid and extremely secure by keeping lowest possible php files and on low load too and want another VPS for online demo and testing (high load and cluttered with php files). I cannot use another domain (for second vps) as the sub.domain.com pages are already indexed on google and changing domain means will have to again reindex them and rank them in google.
in VPS 2 : im set DNS in Kloxo => sub.site.com when i click in kloxo, Ipaddress /configur Domain
when i select sub domain ( sub.site.com )
show this error :
Alert: To map an IP to a domain, the domain must ping to the same IP, otherwise, the domain will stop working. The domain you are trying to map this IP to, doesn't resolve back to the IP, and so it cannot be set as the default domain for the IP.
Now,I would like to create an alias/sub-domain for this URL. For example: [url]-> [url]
[url]-> [url]
how this can be done? Do I have to create a subdomain for this? But when I try to create a subdomain throught the OLM control panel, it asks me for the real path i.e. '/var/www/html/subdomain_folder' which I don't have in this case. Secondly, can this be done without modifying any information in the DNS? Changing DNS costs be $5/change from OLM
If I create subdomain to point to a different folder on a different server, can I still keep the original URL?
I'm a new member so cannot post links as example but if subdomain from link A points to link B, can it still keep the URL of the subdomain from link A?
I have my myname.com and I'd like to forward home.myname.com to my home server IP.
I'm running Linux and Apache on both the server I lease (that has myname.com set up on) and on my home server (hopefully home.myname.com).
So far I've tried URL rewriting in .htaccess, which works, but it fowards to my IP in the browser's address bar- Id like to keep the address bar as home.myname.com.
I assume I have to modify the DNS zone for myname.com right?
Under namecheap I point this domain using nameserver ns1.*** and ns2.***
Now I must make this:
ms1.domain.com must point to server A ms2.domain.com must point to server B
How I can set this at best?
Setting must be maked on namecheap (manage dns under namecheap) OR setting must be maked on WHM?*
* x example: www.domain.com point to server A into server A we must define ms1.domain.com to use local AND must define ms2.domain.com to point external to secon server (B)
I have a dedicated server with Hostgator and I want to point img1.smackjeeves.com to img1.smackjeeves.com on my Dreamhost server. Dreamhost tells me what nameservers to use for smackjeeves.com, but my Hostgator server is already serving as a nameserver. Can I have my main DNS record point to Dreamhost's DNS only for img1? Or do I need to have my img1 mimic Dreamhost's DNS for img1?
We are trying to implement a reseller model shopping website for our resellers. The customized shopping website for the reseller will be hosted on our website, say: abc.xyz.com
We want our resellers to load abc.xyz.com from their own sub domain itself, like: shopping.abc.com
I know that this can be done using a URL redirection, but is there any way that shopping.abc.com will load the contents from abc.xyz.com and still keep the URL unchanged in the address bar ? I'm not referring to URL masking using iframes and note that xyz.com and abc.com are on different servers. Does anyone know whether this is technically feasible?
i have a reseller plan with ahost.com for my paid hosting, I want to setup a account with cheaphost.com for free accounts.
My main domain is mydomain.com and i want this to point to the reseller account on ahost.com, i want the free site to be free.mydomain.com and point to the reseller account on cheaphost.com
Is this possible? If so.. how would i go about setting this up? My domain registrar is godaddy.com
I bought a new domain name today from godaddy. I'm having problems with my host. There saying that there is something wrong with my .htaccess file and I dont know what to do. My host looked over my server and said there is nothing wrong with it at all. Well, obviously there is because im getting a [url] Internal 500 server error.
i have a domain on ipower.com and my hosting company wont give me a dns i only have 5 IP's how can i point my domain to my new dedicated server i just purchased a dedicated server and im new with it.
I have always been using a no-ips service for a domain name. It was really easy with the dynamic update client because I have a dynamic ip.
I have just registered a domain and would like to point that to my server also. My registrar says it is currently parked, there doesn't seem to be an option to unpark it anywhere. I have also changed the nameserver to my no-ip domain name. Nothing is happening.
I have also googled dns.. If I want to point my domain directly to my server do I need to go and install Active Directory and then dns or can I just install DNS, do I even need to do this??
Seems like a lot of hassle tbh, this is really frustrating me because i'm pretty tech savvy but am completely lost here..
I have a domain name from godaddy and recently got a host plan in hostgator.
As this is the first time I use hosting, it is very confusing how to set it up properly. So far what I figured out and was able to set is the DNS in godaddy and the add-on domain in hostgator.
So now I was able to point 'MyDomain' to direct to 'hostgatorDomain/MyFolder/' (names just for example).
The problem is that masking is not turned on and who ever clicks 'MyDomain' will get to the right location, but the address will change to 'hostgatorDomain/MyFolder/'.
I am looking for setup a gateway (reverse proxy I guess?), specifically how to configure Apache to point to different webservers depending on domain name.
I currently have a single webserver running multiple virtual domains all accessible via a single external IP address.
I would like to break this into 2 servers each running multiple virtual domains accessible via gateway with a singe external IP address.
As an example, a single internet IP address points to port 80 on the gateway machine. The gateway machine will determine if its example1.com, example2.com, example3.com or example4.com. If its example1.com or example2.com it will direct internally to webserver1 and if its example3.com or example4.com it will direct internally to webserver2.
Webserver1 and webserver2 each host different websites via virtual hosts.
Is this possible and if so, what is the correct configuration of the gateway machine. I currently have installed apache2 with mod_proxy enabled, but I am struggling with configuring it properly.
Can I have a primary domain - www.sample.com - point to another primary domain - www.sample.asn.au - but then have the entry point for that domain be a subdomain - www.ccc.example.com?
If the primary domain is parked somewhere else, doesn't it mean that all the subdomains will be too? Or do I use a 301 on the primary domain to the .asn.au site? But does that then redirect all the subdomains too?
Let's say my domain, for which I have shared hosting, is www.mydomain.com
I have also registered the domain www.yourdomain.com
My hosting has cPanel
I add www.yourdomain.com as an add-on domain.
Inside my root folder the folder /public_html/yourdomain/ is created.
When I create the subdomain subdomain.yourdomain.com, the folder /public_html/subdomain/ is created instead of /public_html/yourdomain/subdomain/
Can I assign the /public_html/yourdomain/subdomain/ folder to be the root of subdomain.yourdomain.com? e.g. I have the file image.jpg at /public_html/yourdomain/subdomain/image.jpg and it's accessed from subdomain.yourdomain.com/image.jpg
Is this possible?
Having a lot of folders directly under /public_html/ would get annoying for me.
I have 2 domains ie. red.com blue.com. They are both on seperate servers. I want red.com to be a subdomain for blue.com. I went ahead and created an A host for red.blue.com, I then created a virtualhost and everything is working, I can pull up red.blue.com and it pulls up the same data if I were to go to red.com.
Here is my issue. I want to have red.com pull up red.blue.com by default so blue.com gets credit for traffic, I am moving red.com and moving it all into blue.com. Hopefully this makes sense. Also, I want to make sure nothing breaks my current search engine results.