I have a problem with pagination: I can;t move to the 2,3,4, page if it exitst. BVrowser shows me that such link doesn;t exists.
I have put into header
but no luckCode:<base href="<%$site_url%>/" />
Any help please ?
I have a problem with pagination: I can;t move to the 2,3,4, page if it exitst. BVrowser shows me that such link doesn;t exists.
I have put into header
but no luckCode:<base href="<%$site_url%>/" />
Any help please ?
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
Do you have a online example of this error?
Yes: Góra -> Internet -> Katalog stron
go to the bootom of the page and press [2] - means page 2 or klik HERE
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
Yeh,
Im no expert but the things id try to play around with it are, Turn Mod Rewrite off and see if it works and then turn it back on
(also just double check the paths in that page too)
Update the number of links, make sure there is infact a 2nd page required
Is it just me or is the pagination near the TAGS section? could that be the cause.... is there a seperate one for TAGS?
Cheers
Ezy
Last edited by ezykiwi; 04-04-2010 at 05:50 PM.
I have turned off mod_rewrite and it is working cortrectly for browsing categories and tags.
After switching mod_rewrite ON teh same problem for categories and tags - no such page.
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
Download the latest .htaccess from the zip file in the client area. Compare it to the .htaccess on your site. More than likely, the issue is there
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
FSGDAG: thanx - you gave me an idea to check more things. I found that if you change "Detail page pattern" in mod_rewrite setup I must insert any letter on the beggining: so the link shoud be:
working mod_rewrite
I wanted to setup up as below and it is not working:Code:d-{$link_id}-{$link_title}.html
not working mod_rewrite
Such setup makes whole mod_rewrite not working !!!Code:{$link_id}-{$link_title}.html
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x