Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evaisse/325211 to your computer and use it in GitHub Desktop.
Save evaisse/325211 to your computer and use it in GitHub Desktop.
RewriteCond %{QUERY_STRING} reload [OR]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^plugins/thumbs/img/([a-z]+)-([1-9][0-9]*)x([1-9][0-9]*)-(.*)$ /plugins/thumbs/thumb.php/$1/$2/$3/?file=$4 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment