On Tue, Apr 14, 2015 at 10:36 AM, Ethan Rosenberg
<erosenberg@xxxxxxxxxxxxxxxxxxxx> wrote:
> [Tue Apr 14 00:51:10.502172 2015] [:error] [pid 7610] [client ::1:53486]
> script '/var/www/html/start.php' not found or unable to stat
Something non-standard under /etc/apache2 or /.htaccess or
/var/.htaccess or /var/www/.htaccess is mapping that request of
/start.php to /var/www/html/start.php. I'd look at anything matching
"html" or php in those configuration files and see what turns up.
You should be familiar with grep -ri of configuration files.