Gossamer Forum
Quote Reply
URLs
I'm sorry if this has been asked before, but I couldn't find the answer when I looked... :-/

Anyway, all I'd like to know is, how do I build the database with "plain" URLs to linked to resources , instead of having links in the pages like http://www.domain.com/cgi-bin/jump.cgi?ID=xx ?

I need this so I can build a version locally and upload the pages where CGI is (temporarily) not available, which obviously means I can't use the jump.cgi scripts.

Thanks.

Quote Reply
Re: URLs In reply to
In your link.html where it has the jump.cgi line, change it to this:

<a href="<%URL%>"><%Title%></a>

Adam