Dear all,
I woul like to have a redirect while maintaining the same original URI.
Is this possible using referer and mod_rewrite? Let me explain better:
I have a small site (
http://www.site1.com), which I woul like to be
served by pages at
http://www.site2.com/site1/. I do not have any
control on DNS or ISP-based redirection.
At present, I have put a Redirect /
http://www.site2.com/site1/
directive on .htaccess. However, the browser then shows a
http://www.site2.com/site1 URI, wilst I would rather prefer that the
original
www.site1.com URL remains.
Is there any possibility to have this using rewriting?
Thanks,
VDM