I have a web site that I've been using server side includes for some time. This site's root directory has become cluttered and I wanted to update the site so I created a /dev dir and started a new site. In that dir, I created an images dir, a common dir etc. I built the site and I'm pleased with it and the group I host for is also happy with it's new look and I want to move everything to the site root. I just copied the files, leaving the dev structure in place and now the page displays only this error:
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
enywhere there is an include virtual directive.
For your reference, the root site is
www.lso.orgfilesystem path:
/home/e-smith/files/ibays/lso
the dev site is
www.lso.org/devfilesystem path:
/home/e-smith/files/ibays/lso/dev
Both locations contain exactly the same files, exactly the same directory structure (with the exception of the dev directory itself) and have exactly the same file access rights.
If change the structure such that all the included files all exist in the site root, everything works but creates a sloppy directory. I'd like to be able to keep everything in related directories and eventually include some PHP/MySQL code so certain updates can be handled by the site owners.
I'm running SME Server 5.6, latest update from the ftp sites.
Any assistance would be greatly appreciated.
Dave