[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 09-19-2005, 08:00 PM   #1 (permalink)
Senior Member
 
Join Date: May 2005
Location: Ontario Canada
Posts: 2,928
1,675.13 NP$ (Donate)

unknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to behold


lil problem

Hey
i m trying to install this script and it says

Quote:
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

Quote:
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
unknowngiver is offline  
Old 09-19-2005, 08:05 PM   #2 (permalink)
NamePros Regular
 
Join Date: Aug 2005
Posts: 214
170.00 NP$ (Donate)

slantednet is on a distinguished road


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
__________________
OnlineGames.net
slantednet is offline  
Old 09-19-2005, 08:47 PM   #3 (permalink)
Senior Member
 
Join Date: May 2005
Location: Ontario Canada
Posts: 2,928
1,675.13 NP$ (Donate)

unknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to behold


oh ok
got it thanks
unknowngiver is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very wierd Windows problem Ravi_s Web Design Discussion 0 08-12-2005 10:29 PM
MySQL or PHP problem Wildchild22 Website Development 10 07-14-2005 05:24 AM
vBulletin Problem!!!!!!!!!!!! domaino Programming 11 06-23-2005 06:29 AM
yahoo mail and ebay access problem romow The Break Room 5 05-30-2005 04:48 AM
Browser Compatible problem. Geetha Programming 2 01-16-2003 07:10 AM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 01:20 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85