forum.coppermine-gallery.net
Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: SNo0py on August 16, 2006, 01:52:30 pm
-
thumbnails-favpics.html actually does not work, it can be solved by adding the line
RewriteRule thumbnails-([a-z]*)\.html thumbnails.php?album=$1 [NC]
after
RewriteRule thumbnails-([0-9]*)\.html thumbnails.php?album=$1 [NC]
to the .htaccess file.
Please add this rule to the next version of the plugin.
-
Adjusting the existing rule is more efficient, commited to svn.
-
Thanks.