Gossamer Forum
Home : Products : Links 2.0 : Customization :

problem add url

Quote Reply
problem add url
hi to everybody

I have a problem when add url the situated web me from error 403

this and the link http://www.fieranautica.com/cgi-bin/links/add.cgi

as I can resolve this problem

thanks

- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] problem add url In reply to
Have you changed anything recently?

Quote:

Some Web servers may also issue an 403 error if they at one time hosted your site, but now no longer do so and can not or will not provide a redirection to a new URL. In this case it is not unusual for the 403 error to be returned instead of a more helpful error. So if you have recently changed any aspect of your Web site setup (e.g. switched ISPs), then a 403 message is a possibility. Obviously this message should disappear in time - typically within a week or two - as the Internet catches up with whatever change you have made.

-- http://www.checkupdown.com/status/E403.html


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] problem add url In reply to
I have made qusto

I have unloaded the script from the situated web nauticalink.it

and then him loaded with ftp in my new dominion fieranautica.com or changed the configuration in link.def and I have this problem.

thanks for your help.

regards
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] problem add url In reply to
Look through your add.cgi code for anything that verifies the form input, or requires the form to come from your old domain name, and change it to the new name. This could also be in links.cfg.


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] problem add url In reply to
this my link

I always have problems

thanks for the help
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Post deleted by blecchi In reply to
Quote Reply
Re: [blecchi] problem add url In reply to
In Reply To:
this my link

I always have problems

thanks for the help
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] problem add url In reply to
You can help me to mend this error.

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] problem add url In reply to
It does not look like you are using the add confirm mod, which the code is looking for. In add.cgi, uncomment the original code, and comment out the mod code, as show here:

You have this -


Code:
# We are processing the form.
# if (keys %in != 0) { # Removed by PerlFlunkie
# &process_form; # Removed by PerlFlunkie
# } # Removed by PerlFlunkie

if (keys %in != 0) { # Added by PerlFlunkie
$in{'add'}? &process_form : &site_html_confirm_add; # Added by PerlFlunkie
} # Added by PerlFlunkie



Try this -

Code:

# We are processing the form.
if (keys %in != 0) { # Removed by PerlFlunkie
&process_form; # Removed by PerlFlunkie
} # Removed by PerlFlunkie

#if (keys %in != 0) { # Added by PerlFlunkie
#$in{'add'}? &process_form : &site_html_confirm_add; # Added by PerlFlunkie
#} # Added by PerlFlunkie


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] problem add url In reply to
the problem with this code doesn't work

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it