: Pointing a domain to a specific URL Is it possible to point a URL to a specific page in cPanel? Say I have foobar.com and there's a page foobar.com/art. Now I also or artbar.com and I want
Is it possible to point a URL to a specific page in cPanel?
Say I have foobar.com and there's a page foobar.com/art. Now I also or artbar.com and I want to point it at foobar.com/art how would I do that?
I'm not seeing an option in cPanel to redirect a domain to a specific URL.
More posts by @Sent6035632
1 Comments
Sorted by latest first Latest Oldest Best
You can do this by creating a .htaccess file in the root of artbar.com, then simply add the following line:
redirect 301 / newdomain.com/newpath
or if you prefer rewrite method then use something like:
RewriteEngine On
RewriteRule ^(.*)$ newdomain.com/newpath [R=301]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.