I really hate to bother Scott with another one of my ignorant questions, but I'm wondering what I'm missing when I'm trying to implement the SEO style pagination links
I've added the required lines to the .htaccess file but am I supposed to put something specific in the QUERY_STRING where he notes it?
I've changed the code as outlined, the links are not broken, it just does not move to the next page.
From the address bar:
verses
So what I am doing wrong?
I've added the required lines to the .htaccess file but am I supposed to put something specific in the QUERY_STRING where he notes it?
I've changed the code as outlined, the links are not broken, it just does not move to the next page.
From the address bar:
HTML Code:
http://www.domain.com/yada.html?Offset=20&SortBy=
HTML Code:
http://www.domain.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=UN&Offset=20&SortBy=&Category_Code=yada
Comment