[BUG] SEF: thumbnails-favpics.html issue [BUG] SEF: thumbnails-favpics.html issue
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[BUG] SEF: thumbnails-favpics.html issue

Started by SNo0py, August 16, 2006, 01:52:30 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

SNo0py

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.

Nibbler

Adjusting the existing rule is more efficient, commited to svn.