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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.