How to redirect to other host using mod_rewrite in Apache
I need to create Rewrite Rule for mod_rewrite in Apache but it's really
hard for me to understand this whole syntax.
I have links such as:
http://www.example.com/0001/images/image1.gif
and I need them to redirect it to completely other server like:
http://127.127.127.127/0001/images/image1.gif
Is this achievable?
No comments:
Post a Comment