| spider-friendly-url breaks ajax more
if spider-friendly-url is turned on the more button tried to open this URL:
showphoto.php/photo/showframe.php?action=thumbs&photo=9027&cat=&orig=12714&limit=&sortby=&sortdir=&sorttime=
which results in a picture not found error...
spider-friendly-url turned off it uses
showframe.php?action=thumbs&photo=9027&cat=&orig=12714&limit=&sortby=&sortdir=&sorttime=0
and ajax works ok...
|