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: 62
#62, RE: Problem with pages
Posted by hyperpower on Nov-21-07 at 06:40 PM
In response to message #60
>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=<% [BR>>form.keywords as url %]&start=<% page.start %>&length=<% [BR>>page.length %]"><% if [BR>>
>
>
>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

Jeff,

I tried this before already. It works, but something is not quite right.

If you go to your dog site, try click page 2, then click page 3. If you look at the url, it gets longer and longer.

For eg search.cgi/search.cgi/?skin=

It gets longer if you click on further pages, but the search results show up fine though..

Is there another way to this? Perhaps using .htaccess?

Christopher