Would you mind giving me a real example? I will use A record for this?You should just be able to change the DNS for that subdomain in the DNS zone for the domain. Just point those records at the other server.
Can you share me an image how to setup this? I am new to WHM/cPanel.Hi elzorro,
You can login to your DNS management for your domain and add an a record for your sub-domain. The below is a sample record in from my DNS zone. ftp1 would be your sub-domain name. The 0.0.0.0 should be replace with the ip of your other server.
ftp1 A - IPv4 Address 0.0.0.0
I don't think it is simple like that. Thanks for guiding me.I do not think you can point a folder to another hosting provider. I don't think DNS record allow you to point a folder to an ip, DNS only allow you to point the URL itself but not the fragment of it which is the folder structure. However I think you can point the sub-domain to a difference server and then use mod-rewrite or redirect your folder to your sub-domain.
For Cpanel edit of DNS record check out this link https://documentation.cpanel.net/display/ALD/Edit+DNS+Zone.
In Cpanel click on simple DNS zone editor. You will get that screen in the image. In the name box of add an A record put in the sub-domain name. In the address box of add an A record is the I.Pv4.0 address of the hosting server. After fill in that two box you can click add an A record.
View attachment 1947
For redirection you need to use .htaccess file with rewrite engine. You can add the below to the .htaccess file on your web-root directory.
Code:Options +FollowSymLinks RewriteEngine On Redirect 301 /myblog http://myblog.yourdomain.com/
Is this the zone file? here is mineIf you upload a screen shot of the zone file for this domain I can show you what needs changing.
ForumWeb.Hosting is a web hosting forum where you’ll find in-depth discussions and resources to help you find the best hosting providers for your websites or how to manage your hosting whether you are new or experienced. You’ll find it all here. With topics ranging from web hosting, internet marketing, search engine optimization, social networking, make money online, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest hosting providers come here to discuss & share what's trending in the web hosting world!