Skip to content

Instantly share code, notes, and snippets.

@kashiwasan
Forked from tejima/.htaccess
Created December 13, 2011 07:32
Show Gist options
  • Save kashiwasan/1471077 to your computer and use it in GitHub Desktop.
Save kashiwasan/1471077 to your computer and use it in GitHub Desktop.
p.kslive.jp
RewriteEngine On
RewriteRule ([0-9]+)/([0-9A-Za-z]+\.(jpg|png)) ./index.php?src=http://dl.dropbox.com/u/20190621/p/$2&q=100&aoe=0&w=$1 [L]
RewriteRule ([0-9]+\.(jpg|png)) ./index.php?src=http://dl.dropbox.com/u/20190621/p/$1&q=100 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment