Help please!

Soldato
Joined
1 Feb 2006
Posts
8,188
Urgent bother here - I have a number of sites with a particular host. They are PHP driven and I set an include path using:

php_value include_path ".:/home/me/myfolder" in an htaccess file

Tonight all my sites have gone down complaining about not being able to find include files.

Any ideas why this would happen? I haven't changed anything so something on the server must have happened. Still waiting for host support to get back to me.

Very strange problem.
 
I forget the exact variable but can't you could check and echo:

PHP:
echo $_SERVER['DOCUMENT_ROOT'];

Although this may not be enabled on all servers :(
 
Found out that the server had a vunerability and had got spammed. All the htaccess php directives weren't being read as they had updated server to run suPHP so need a php.ini instead.
 
Back
Top Bottom