Hi I'm getting a Page not found when doing a search or when trying to click on one of the links that i added. Any ideas why? Thanks.
Apr 15, 2001, 12:06 AM
Veteran (17240 posts)
Apr 15, 2001, 12:06 AM
Post #2 of 5
Views: 373
1) You need to make sure you are using FULL PATHS (as discussed in the forums) to your LINKS.CFG file in the cgi scripts in the /cgi-bin/links/ folder.
EXAMPLE:
require "/full/path/to/links.cfg";
2) If the problem is with 404 (NOT FOUND) errors in your LINKS pages that you have built, then you need to edit all the links to the .cgi scripts in your TEMPLATE files.
Other than that, you will have to be more specific about the problems you are experiencing...your post was a bit vague...
Regards,
Eliot Lee
EXAMPLE:
Code:
require "/full/path/to/links.cfg";
2) If the problem is with 404 (NOT FOUND) errors in your LINKS pages that you have built, then you need to edit all the links to the .cgi scripts in your TEMPLATE files.
Other than that, you will have to be more specific about the problems you are experiencing...your post was a bit vague...
Regards,
Eliot Lee
May 4, 2001, 4:58 PM
New User (2 posts)
May 4, 2001, 4:58 PM
Post #5 of 5
Views: 358
Eliot,
I just installed Links2 today. Admin worked, but link to the page I added failed, search failed, etc. Dug through the forum, resources, etc, checked links.cfg, everything was fine...so I thought!
Tryed various search terms, still no answer. Randomly stumbled across this thread. Went and checked my various .cgi files, sure enough they didn't have full paths. Changed that, still no go!!!
Then it dawned on me that the page I was looking at had been "built", went in and ran a "build".... All is well!
Thanks for all your help on here, it does do alot of people good. I looked at links about 6 months ago and decided it would be too hard for me to install. I've got no programming experience, don't understand paths (just got new host) but today I decided to give it a shot! Less than an hour and it appears to be working!
Thanks again!
I just installed Links2 today. Admin worked, but link to the page I added failed, search failed, etc. Dug through the forum, resources, etc, checked links.cfg, everything was fine...so I thought!
Tryed various search terms, still no answer. Randomly stumbled across this thread. Went and checked my various .cgi files, sure enough they didn't have full paths. Changed that, still no go!!!
Then it dawned on me that the page I was looking at had been "built", went in and ran a "build".... All is well!
Thanks for all your help on here, it does do alot of people good. I looked at links about 6 months ago and decided it would be too hard for me to install. I've got no programming experience, don't understand paths (just got new host) but today I decided to give it a shot! Less than an hour and it appears to be working!
Thanks again!

