At the user page my site is now turning out these links http://www.wespreadtheword.net/cgi-bin/comm/modify.cgi?t=luna instead of http://www.wespreadtheword.net/cgi-bin/links/modify.cgi resulting in a 404 error. Suggestions on fixing this?
Nov 19, 2011, 2:21 AM
Veteran / Moderator (17366 posts)
Nov 19, 2011, 2:21 AM
Post #2 of 2
Views: 166
Hi,
I just had a quick look (seeing as I set it up for you a while back), and it looks like you're using the wrong tag
<li><a href="<%db_cgi_url%>/modify.cgi<%if t%>?t=<%t%><%endif%>">Modify a Link</a><br />Change a link in the directory that you submitted.<br /> </li>
The part in red should be:
<%db_cgi_url%> won't work as you are expectig in GComm, as its a seperate script :)
Cheers
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
I just had a quick look (seeing as I set it up for you a while back), and it looks like you're using the wrong tag
Code:
<li><a href="http://www.wespreadtheword.net/cgi-bin/links/add.cgi">Add a Link</a><br />Submit a link to the directory.<br /> </li> <li><a href="<%db_cgi_url%>/modify.cgi<%if t%>?t=<%t%><%endif%>">Modify a Link</a><br />Change a link in the directory that you submitted.<br /> </li>
The part in red should be:
Code:
http://www.wespreadtheword.net/cgi-bin/links/modify.cgi<%db_cgi_url%> won't work as you are expectig in GComm, as its a seperate script :)
Cheers
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

