: Web url forwarding to different port and subdirectory I would like to forward anyone going to subdomain.old-domain.com:8014 to this new address subdomain.new-domain.com:8000/subdirectory (note a different
I would like to forward anyone going to subdomain.old-domain.com:8014 to this new address subdomain.new-domain.com:8000/subdirectory (note a different domain AND different port PLUS a subdirectory)
Is it possible in a web host (such as Bluehost) using cPanel DNS Editor or some form of URL redirection with port redirect included?
More posts by @Gail5422790
1 Comments
Sorted by latest first Latest Oldest Best
It depends if Bluehost allows port redirection using an .htaccess file, try this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain.old-domain.com$ [NC]
RewriteCond %{SERVER_PORT} ^8014$
RewriteRule ^(.*)$ subdomain.new-domain.com:8000/subdirectory/ [R=301,L]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.