Skip to content

Instantly share code, notes, and snippets.

@olivM
Created March 8, 2010 15:57
Show Gist options
  • Save olivM/325284 to your computer and use it in GitHub Desktop.
Save olivM/325284 to your computer and use it in GitHub Desktop.
<img src="/images/mon_image-42x32.jpg" />
#/images/.htaccess
# /images/mon_image-42x32.jpg => /images/timthumbs.php?src=/images/mon_image.jpg&w=45&h=37
RewriteEngine On
RewriteRule ^/images/(.+)-(\d+)x(\d+)\.(jpg|gif|png)$ /images/timthumb.php?src=$1&w=$2&h=$3&zc=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment