Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

An easy question?

Quote Reply
An easy question?
I'm trying to fix my ratings

When ever you are at a site and you give it a rating, say 10, then click submit you receive a 404 error,

This was working earlier so I know it can work, what I can't figure out is what I did that changed the url it was calling.

the form post is supposed to call http://tvcorner.hypermart.net/cgi-bin/links/rate.cgi

and instead is calling http://tvcorner.hypermart.net/links/rate.cgi

What I need to know is where I would go to change the path. I can't find it anywhere.

Any help?

-Heather
Quote Reply
Re: An easy question? In reply to
search for rate.cgi in site_html.pl

--mark

------------------
You can reach me by ICQ at UIN #8602162


Quote Reply
Re: An easy question? In reply to
Ok Mark, I had found that

-----
<form method="POST" action="$build_root_url/rate.cgi">
-----

But to fix it should I change it to:

<form method="POST" action="$build_root_url/cgi-bin/rate.cgi">

-Heather
Quote Reply
Re: An easy question? In reply to
Well that didn't work, but I may have found a work around. Not sure if this will screw anything up, but I ftp'd a copy of rate.cgi over to the $build_root_url (tvcorner.hypermart.net/links/ directory and now the ratings are working again.

-Heather