Hi all, i have a RewriteRule in my hraccess file to resize images.
RewriteRule image/(.*)/(.*)/(.*)/(.*) lib/imageresize.php/$1/?width=$2&height=$3&image=$4
This works fine untill i need to send the last paramater $4 this is a path with forward slashes in it like.
http://domain.com/images/imageToResize.jpg
My question is how do i capture all remaining text including the forward slashes?
Thanks
Last edited by Themodem; 07-10-2009 at 02:00 PM..
|