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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.