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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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 ;)