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

File structure

Quote Reply
File structure
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.

Quote Reply
Re: File structure In reply to
In Reply To:
Do I create a folder named "links" inside the cgi-bin folder or outside of it??
That is up to you. It is not necessary. Just make sure that you properly map your Links files in the links.cfg file in the following variables:

Code:

$db_script_path
$db_dir_url


Regards,

Eliot Lee