HTACCESS subdirectory redirect
Hi, I have this file: www.mysite.com/images/example.jpg if the filename contains "_800" (i.e.: www.mysite.com/images/example_800.jpg) I rewrite to "img.php" RewriteRule ^images/([^/]+)(_[0-9]+)(\.(gif|jpg|jpeg|png))$ img.php?img=$1&ext=$4&size=$3&type=$2&height=0&con =i [L]
__________________
Website Development
Domain Name Forum
|