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
Pardon for my IT knowledge
Below is my coding
Code:
RewriteCond %{REQUEST_URI} ^example.com
RewriteRule ^(.*)$ demo1.example.com$1 [P]
Code:
<HTML>
<HEAD>
<TITLE>Booking System</TITLE>
</HEAD>
<FRAMESET>
<FRAMESET rows>
<FRAME src=”http://demo1.example.com“>
</FRAMESET>
</HTML>
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
Last edited by a moderator: