I have for example the following URL:
index.php?q=Content/Uploads/Images/1.jpg
I want so that page will return the exact result of for this example:
http://www.example.com/Content/Uploads/Images/1.jpg
Note that if 'q' is an image so it should return an image, or if it is a web page so it should return the html and headers of the web page...
Is there any php script that does it?