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

Renaming CGI to .PL

Quote Reply
Renaming CGI to .PL
My server requires me to rename .cgi to .pl. What files do I need to rename and or modify?

Thanks,
Mike

Quote Reply
Re: Renaming CGI to .PL In reply to
Uh...all the .cgi scripts in the cgi-bin/links/ folder and all the .cgi scripts in the cgi-bin/links/admin...pretty straightforward.

Regards,

Eliot Lee Wink
http://anthrotech.com/
Quote Reply
Re: Renaming CGI to .PL In reply to
thanks...

Quote Reply
Re: Renaming CGI to .PL In reply to
It isn't that straight forward.

Quite a few the variables at the bottom of links.cfg will need changing too.

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Renaming CGI to .PL In reply to
Yeah, you will need to edit;

Code:
$db_script_url = $db_dir_url . "/admin.cgi"; # Admin script.
$db_header_path = $db_script_path . "/header"; # Place to store header and footers.
$db_footer_path = $db_script_path . "/footer";
$build_search_url = $db_cgi_url . "/search.cgi"; # URL of search script.
$build_add_url = $db_cgi_url . "/add.cgi"; # URL of add script.
$build_modify_url = $db_cgi_url . "/modify.cgi"; # URL of modify script.
$build_jump_url = $db_cgi_url . "/jump.cgi"; # URL of jump script.
$build_email_url = $db_cgi_url . "/subscribe.cgi"; # URL of email update script.
$build_rate_url = $db_cgi_url . "/rate.cgi"; # URL of rate script.
$db_mail_url = $db_dir_url . "/nph-email.cgi"; # URL of admin mass mail script.
to suite your new extension!

Andy

webmaster@ace-installer.com
http://www.ace-installer.com