I use WSN Links (upgraded to 3.14 recently) to run a multi category link directory. When I go to the first page of links in a given category, all is well. There is a series of link at the bottom of the page to that category's other pages... 1 [2] [3] [4], etc. Here's an example:
The problem is that these links to the later pages in the category do not work. The URLs are incorrect. For instance, the link for page 2 uses this URL:
Why is it adding the full web server file path into the URL for these link pages higher than 1? How can I have it create the URL for these pages correctly?
Comments on Broken link directory page links
Beginner
Usergroup: Customer
Joined: Mar 13, 2005
Location: Providence, RI
Total Topics: 3
Total Comments: 7
Hello,
I use WSN Links (upgraded to 3.14 recently) to run a multi category link directory. When I go to the first page of links in a given category, all is well. There is a series of link at the bottom of the page to that category's other pages... 1 [2] [3] [4], etc. Here's an example:
www.link-exchange.ws/link-e...?action=displaycat&catid=2
The problem is that these links to the later pages in the category do not work. The URLs are incorrect. For instance, the link for page 2 uses this URL:
www.link-exchange.ws/home/z...&catid=2&page=2&perpage=15
It's somehow inserting the full file path of the web server's directory where the site is hosted. The correct URL should read like this:
www.link-exchange.ws/link-e...&catid=2&page=2&perpage=15
The extra "home/zshukan/link-exchange.ws/html/" path is making the link invalid.
Nowhere in the settings have I provided this full file path that it is erroneously using. Under System Configuration, my Directory URL is set to:
http://www.link-exchange.ws/link-exchange
Why is it adding the full web server file path into the URL for these link pages higher than 1? How can I have it create the URL for these pages correctly?
Thank you very much,
Michael Ferrier
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In your settings, the file path to your attachments directory must be wrong.
Beginner
Usergroup: Customer
Joined: Mar 13, 2005
Location: Providence, RI
Total Topics: 3
Total Comments: 7
Thank you for the reply, that was correct. I fixed the attachment directory path, and now the numbered link page links work. Thanks!