Gossamer Forum
Home : Products : Links 2.0 : Discussions :

URL Output w/out the CGI?

Quote Reply
URL Output w/out the CGI?
Hello,

Is there any way that I can make the links on my site without the .cgi and ID at the end.

So its just http://theirsite.com/index.html

Thanks
M

Quote Reply
Re: [JackBeQuick] URL Output w/out the CGI? In reply to
Yeah, in link.html, simply edit (not definate of the above code);

<a href=<%db_cgi_url%>/jump.cgi?ID=<%ID%>>

with

<a href=<%URL%>>

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [JackBeQuick] URL Output w/out the CGI? In reply to
Of course by doing that, you will lose the hit tracking function.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] URL Output w/out the CGI? In reply to
Excellent, thank you ;)