NameSilo

Lil problem

SpaceshipSpaceship
Watch
Impact
19
Hey
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
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
It's telling you to put the lib directory outside of the web directory.

On some unix systems, the web directory is /home/httpd/html, so it's telling you to put the lib directory at /home/httpd/lib (outside of the web accessable directory, as opposed to /home/httpd/html/lib which would be under the web accessable directory)

If your hosting on linux, your web directory is probably /home/yourusername/public_html ... place the lib directory somewhere like /home/yourusername/lib, so it's not web accessable.

If your on windows, the web accessable directory is c:\inetpub\www (I believe), so it's telling you to put it at c:\inetpub\lib, again so it's outside of the web accessable directory.

Hope that clears some of it up.

Mike
 
0
•••
oh ok
got it :D thanks
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back