- Impact
- 19
Hey
i m trying to install this script and it says
i understand the first part but whree do i put the LIB dir
cuz then it says
and there is no folder called HTTPD or inetpub :-s
i m trying to install this script and it says
Move the 'www' directory (or its contents) into a web accessible
directory.
Move the 'lib' directory into a non-web accessible directory.
i understand the first part but whree do i put the LIB dir
cuz then it says
Base URL will point to the the location you placed the www directory
or its content.
$GLOBALS[ 'SITE_BASE_URL' ] = 'http://example.com/www';
Lib path
*nix systems:
$GLOBALS[ 'LIB_PATH' ] = '/home/httpd/lib';
Windows systems:
$GLOBALS[ 'LIB_PATH' ] = 'c:\\inetpub\\lib';
and there is no folder called HTTPD or inetpub :-s
















