View Single Post
  #1  
Old 11-08-2009, 09:23 PM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default 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
Reply With Quote