On Tue, Apr 14, 2015 at 9:05 PM, Eric Covener <[email protected]> wrote:
> On Tue, Apr 14, 2015 at 10:36 AM, Ethan Rosenberg > <[email protected]> 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. > That looks like the "standard" Debian/Ubuntu configuration starting with 2.4. The DocumentRoot is probably in /etc/apache2/sites-enabled/000-default.conf - Y
