Setup Issues
Brought to you by:
lee_herron
Hey,
I am trying to set up sfm I have used this single directory setup:
$dir[1]='/Library/WebServer/Documents/';
$dirroot[1]='webroot';
$dirpath[1]='/Library/WebServer/Documents/';
$nav[1]='<a href="fm.php?copt=1">Note files</a> | Test files';
and I set the defineroot to both 1 and 0. When set to 0, the Area:
is demo, and Path: is /demo/, and there is a folder docs. Clearly
within the folder, but I want access to folders outside of the sfm
folder, so I set it to 1 and I get:
'directory incorrectly defined' in red at the bottom. Am I missing
something? Any help would be appriciated. Thanks in advance,
-- whit
Logged In: YES
user_id=747416
Well i can only give you my root to give you a idea how it
may work but this is on a winserver..
$dir[1]='/inetpub/phpweb/sfm/public/';
$dirroot[1]='public';
$dirpath[1]='C:/inetpub/wwwroot/sfm/public/';
i think that..
$dirpath[1]='/Library/WebServer/Documents/';
can be
$dirpath[1]='C:/Library/WebServer/Documents/';
if you have no luck you can also try to change your / to \ like
$dir[1]='\Library\WebServer\Documents\';
$dirroot[1]='webroot';
$dirpath[1]='\Library\WebServer\Documents\';
Just my 2 cent to help