PHP file outside doc root needs files outside and inside the document root
- by jax
I have a library of classes, all interrelated.
Some files are inside the document root and some are outside using the <Directory> and Alias features in httpd.conf
Assuming I have 3 files:
webroot.php (Inside the document root)
alias_directory.php (Inside a folder outside the doc root)
alias_directory2.php (Inside a **different** folder…