News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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 2 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.