Would putting the /modules directory in the cgi-bin keep the include files
from prying eyes, yet still keep it accessible to the PHP files?

Alan

>DO NOT PUT THE /modules directory in your /htdocs directory. Under NO
>circumstances should you do this. The reason is that the files in the
>/modules directory have a suffix of .inc. This means that if you had the
>/modules directory in your /htdocs directory someone would be able to get
>access to your source code because .inc is not mapped to .php and PHP would
>not know to process the file...they would get served up as text/plain and
>everyone would be able to read your source code.
>
>-jon




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to