So you're getting a 404 error when you try to select a file to edit from the dropdown list?
Umm... not sure. Make sure you have backslashes instead of forward slashes if you're using Windows OS.. maybe try posting your config.inc.php file here (remove your authentication details first) and someone can take a look.
Thanks for responding. I also noticed something else... When I preview the page that is coming up "The page cannot be displayed" in Snippetmaster, it Previews correctly! it's the right page!
Anyway, here's my config; I've taken out the comment lines...
$PATH = "C:/Program Files/Apache Group/Apache2/htdocs/beta/scriptcentral/snippetmaster";
$ROOT = "C:/Program Files/Apache Group/Apache2/htdocs/beta/scriptcentral";
$PREVIEW = "http://www.scriptcentral.net";
$URL = "http://www.scriptcentral.net/snippetmaster";
$IGNORE = array("snippetmaster","stats","images","includes","cgi-bin","Templates","download","polls","forums","newsletter","location1","location2");
$VALID_IMAGE_FILE_TYPES = array("gif","jpg","jpeg","png");
$VALID_LINK_FILE_TYPES = array("html","htm","doc","pdf","xls","ppt","txt","jpg","gif","png");
$AUTH = 0;
$USER = "demo";
$PASS = "demo";
-- Everything else in the file is default.
Also, is there a library that need to be installed special with PHP?
Thanks for your help!!