Keith Roberts wrote:
> Try changing to ALL real files without the sym links, and see if that
> fixes the problem.
I temporarily fixed the problem by doing a
<?php exec("touch /var/www/includes/*"); ?>
as the absolute first command to the directory where all those symbolic
links resist.
> You can include files with require("file-to-include"); You may need to
> set you include_dir in /etc/php.ini to point to where the included files
> live.
Of course.
Nevertheless I'd also like to include symbolic links which is - in my
opinion - quite normal, isn't it?
regards,
Ralph