Forum Moderators: phranque
Now my problem is that the image's URL link is in php format. ex. www.sitename.com/pic.php?u=blahblah
I want the URL to be in the .jpg or .gif format
ex. www.sitename.com/images/image1.jpg
i dont want the link to be in php
is there a way to change anything in the .htaccess file that will do that for me?
Then use mod_rewrite (or another modification to the script) to convert these friendly image URLs back to the form needed to call the script.
This thread [webmasterworld.com] and several others in the Apache forum section of the WebmasterWorld library [webmasterworld.com] discusses the subject in detail.
Jim