Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 484
Message ID: 60
#60, RE: Problem with pages
Posted by Jeff Usher on Nov-21-07 at 09:42 AM
In response to message #59
LAST EDITED ON Nov-21-07 AT 09:44 AM (PST)
 
The way I solved it was to find this line in the skin file ( i.e. skin3.html or whatever skin you have chosen, it should be around line 92 or 93 ):-

<a href="./?skin=<% form.skin as url %>&keywords=<% form.keywords as url %>&start=<% page.start %>&length=<% page.length %>"><% if[P>

You see the bit at that beginning that says:-

<a href="./?skin=

You need to add the path to your fatty cgi file there. So in my
case I altered it to:-

<a href="search.cgi/?skin= ..................................

Hope that makes sense.

Jeff