5 RewriteRule ^([0-9][0-9][0-9][0-9]/.*)/thumb/(.*) /static/gallery/cache/$1/$2 [L]
6 RewriteRule ^([0-9][0-9][0-9][0-9]/.*)/photo/(.*) /static/gallery/photo/$1/$2 [L]
7 RewriteRule ^([0-9][0-9][0-9][0-9]/[^/]+)$ $1/ [R,L]
8 RewriteRule ^([0-9][0-9][0-9][0-9]/[^/]+)(/.*) gallery.cgi?dir=$1 [L,QSA]