PDA

View Full Version : Pagination Links in Search Results


waldvb
06-04-2012, 04:04 PM
I'm using Search Engine Optimization-Enable Spider Friendly URL's- YES. .htaccess uploaded.

I.e. searching for "sofa" - I got 410 results. And Page1 of 17. If I click on Page2 or next - there is an error - Sorry - no matches. Please try some different terms.

http://www.wood-furniture.biz/forums/links/browselinks.php?do=searchresults&searchid=2335

Without Search Engine Optimization - no problems. I can go to next page.

What's wrong? Another bug?

Here is htaccess
Options +FollowSymlinks
RewriteEngine On

#RewriteBase /links

RewriteRule ^([a-zA-Z_0-9\-]+)/robots\.txt$ robots.txt [QSA,L]
RewriteRule ^whatsnew/links/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newlinks&cutoffdate=$1&page=$2 [QSA,L]
RewriteRule ^whatsnew/links/(([0-9]?|-)+/?)$ browselinks.php?do=newlinks&cutoffdate=$1 [QSA,L]
RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newposts&cutoffdate=$1&page=$2 [QSA,L]
RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browselinks.php?do=newposts&cutoffdate=$1 [QSA,L]
RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browselinks.php?do=poplinks&orderby=$1 [QSA,L]
RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?do=member&userrewrite=$1&page=$2 [QSA,L]
RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browselinks.php?do=member&userrewrite=$1 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z0-9]|-)+)/?$ showlink.php?linkrewrite=$2&catrewrite=$1 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z0-9\-]+)/page([0-9]+).html$ showlink.php?linkrewrite=$2&catrewrite=$1&page=$3 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?catrewrite=$1&page=$2 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browselinks.php?catrewrite=$1 [QSA,L]

I don't see any RewriteRule for search.

waldvb
06-05-2012, 02:12 PM
Do we have support here or not?

Our Sponsors
 

waldvb
06-06-2012, 10:50 AM
Thanks for nothing (for no support). Had to tun off Friendly URL's.

Brian
06-07-2012, 05:36 PM
Thank you for pointing this out. I've just applied the fix to the links/browselinks.php file in the download package here, so if you will download the files from here again and update that one on your server, that should take care of the issue.

Our Sponsors
 

waldvb
06-07-2012, 07:03 PM
Thank you for pointing this out. I've just applied the fix to the links/browselinks.php file in the download package here, so if you will download the files from here again and update that one on your server, that should take care of the issue.
Uploaded. Perfect. Thanks.