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

Title: [BUG] SEF: thumbnails-favpics.html issue
Post 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.
Title: Re: [BUG] SEF: thumbnails-favpics.html issue
Post by: Nibbler on August 16, 2006, 03:06:13 pm
Adjusting the existing rule is more efficient, commited to svn.
Title: Re: [BUG] SEF: thumbnails-favpics.html issue
Post by: SNo0py on August 17, 2006, 01:02:08 pm
Thanks.