Hi there,
i set up my gallery and all works fine, except the search. There are more pages shown, but if i click on one of the links it says, that there are no results ("Sorry, no image matches. Try refining your search.")
Have a look at this two screenshots, please:
http://img264.imageshack.us/img264/4204/bildschirmfoto4ii1.pnghttp://img112.imageshack.us/img112/7708/bildschirmfoto5hq3.pngAny hints what to do?
TIA,
Dirk
Comments
Open the file and look at the last two lines of the "rewrite rule addition for search" block:
`RewriteRule ^page/([A-Za-z0-9-_]+)/(.*)/?$ index.php?p=$1&words=$2 [L,QSA]
RewriteRule ^page/([A-Za-z0-9-_]+)/(.*)/([0-9]+)/?$ index.php?p=$1&words=$2&page=$3 [L,QSA]
`
Just reverse the order of these two lines.