fengyiyi/LoremFlickr/master/.htaccess
Options +FollowSymLinks
Options -Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^(g|p|red|green|blue)/([0-9]+)/([0-9]+)/([^/]+)/(any|all)/?$ image.php?v1=$1&v2=$2&v3=$3&v4=$4&v5=$5 [QSA,L]
RewriteRule ^(g|p|red|green|blue)/([0-9]+)/([0-9]+)/([^/]+)/?$ image.php?v1=$1&v2=$2&v3=$3&v4=$4 [QSA,L]
RewriteRule ^([0-9]+)/([0-9]+)/([^/]+)/(any|all)/?$ image.php?v1=$1&v2=$2&v3=$3&v4=$4 [QSA,L]
RewriteRule ^([0-9]+)/([0-9]+)/([^/]+)/?$ image.php?v1=$1&v2=$2&v3=$3 [QSA,L]
RewriteRule ^([0-9]+)/([0-9]+)/?$ image.php?v1=$1&v2=$2 [QSA,L]
On Github License
Files