In the "READ ME" it says:
I recommend creating a directory called links off your cgi-bin. You'll end up with a structure like:
/cgi-bin/links - User cgi like search.cgi, add.cgi, etc.
/cgi-bin/links/admin - All the admin programs.
Later on in the area to customize your paths it says:
$db_script_path = "/alex/links/cgi-bin/admin";
Question. Do I create a folder named "links" inside the cgi-bin folder or outside of it??
Thanks.
I recommend creating a directory called links off your cgi-bin. You'll end up with a structure like:
/cgi-bin/links - User cgi like search.cgi, add.cgi, etc.
/cgi-bin/links/admin - All the admin programs.
Later on in the area to customize your paths it says:
$db_script_path = "/alex/links/cgi-bin/admin";
Question. Do I create a folder named "links" inside the cgi-bin folder or outside of it??
Thanks.

