Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<?php require("photogallery/gallery.php"); ?>
<?php the_gallery_head(); ?>
<?php the_gallery(); ?>
RewriteRule ^(.*)/photos/(.*)/(.*)/$ photos.php?lang=$1&level=$2&id=$3 [L]
RewriteRule ^(.*)/photos/(.*)/$ photos.php?lang=$1&level=$2 [L]
RewriteRule ^(.*)/photos/$ photos.php?lang=$1 [L]
RewriteRule ^(.*)/photos/\?level=(.*)&id=(.*)$ photos.php?lang=$1&level=$2&id=$3 [L]
RewriteRule ^(.*)/photos/$ photos.php?%{QUERY_STRING}&lang=$1 [L]
1 to 9 of 9