[Mon Sep 18 02:19:39 2006] [error] [client 69.157.226.6] Directory index forbidden by rule: /var/www/vhosts/herbacentral.com/httpdocs/
that's the only error we get...
-safemode is off
-yes it's apache / php5 all through plesk 8.0.1
-we uploaded the entire site using one ftp user name.. and before that we chown the entire httpdocs dir and all files / folders in it to reset just in case
all the included files are .php with php code in them
we can include them no problem using
Code:
<!#include file="/includes/file.php">
or
Code:
<!#include virtual="/file.php">
however if you use
Code:
<!#include virtual="/includes/file.php">
it doesn't work.
So it's something to do with the virtual directive being unable to include a file in a subdirectory if that file has a .php extension (works fine for all other extensions).
anyone????