URL Redirect using htaccess and Index.html
Dear All,
Pardon for my IT knowledge
Below is my coding
Index.Html
I tried different way of redirecting my URL . Firstly i am pointing my URL subdomain to another external server and The frame/iframe is not working for this case. basically, in short, i am trying to redirect URL to another URL with the existing URL pointing to another server. but it kept on rejecting
RewriteCond %{REQUEST_URI} ^example.com
RewriteRule ^(.*)$ demo1.example.com$1 [P]
Index.Html
Booking System
I tried different way of redirecting my URL . Firstly i am pointing my URL subdomain to another external server and The frame/iframe is not working for this case. basically, in short, i am trying to redirect URL to another URL with the existing URL pointing to another server. but it kept on rejecting
-
Hi, Please try below code on your htaccess file and check once again: RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com[nc] RewriteRule ^(.*)$ Redirects - Documentation - cPanel Documentation 0 -
Hello, Did the information provided above by Muhammed assist you in resolving this issue? As mentioned I would recommend looking into the Redirects feature should you experience any issues. Additionally please don't hesitate to reach out ot us should you require any further assistance. 0
Please sign in to leave a comment.
Comments
2 comments