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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 1 Guest 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.