Hi. This is a PHP problem, not something to do with IndexNames.
But if I fetch the http://xxxx.co.uk/ with a web browser, I get the message: No input file specified.
It appears you are using the CLI version of PHP instead of the CGI version. Try looking for php-cgi somewhere under /usr or something else that looks like php and has the word cgi in it somewhere. :)
If that doesn't exist, you may need to rebuild php yourself. Do make sure though that you add --enable-discard-path to the configure options.
Cheers Michiel
