Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
help with cgi paths
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- help with cgi paths
help with cgi paths
19-12-2007 11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
I'm trying to install this login system from http://www.phpdeadlock.org/
I have a directory newfront with a subdirectory members
The problem is when I try to install I get error
The directory that you specified in your .htpasswd path does not exist. The full path to the directory you specified is /local/apache/htdocs/newfront/members
I am not specifying /local/apache/htdocs/ I am presuming this is coming from $_SERVER['DOCUMENT_ROOT'] that is within install script.
if I try using /files/home2/myusername/ etc it just appends this to the end of the error.
Any suggestions hints greatly appreciated.
I'm trying to install this login system from http://www.phpdeadlock.org/
I have a directory newfront with a subdirectory members
The problem is when I try to install I get error
The directory that you specified in your .htpasswd path does not exist. The full path to the directory you specified is /local/apache/htdocs/newfront/members
I am not specifying /local/apache/htdocs/ I am presuming this is coming from $_SERVER['DOCUMENT_ROOT'] that is within install script.
if I try using /files/home2/myusername/ etc it just appends this to the end of the error.
Any suggestions hints greatly appreciated.
Message 1 of 2
(1,431 Views)
1 REPLY 1
Re: help with cgi paths
20-12-2007 3:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
One option is to replace $_SERVER['DOCUMENT_ROOT'] with $_SERVER['C_DOCUMENT_ROOT'] in the script...
Message 2 of 2
(358 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page