[Solved] error 404 not found

Error:

The requested URL /Contact.html was not found on this server.

Mod rewrite is enabled on the server but clean URL still does not work. The Apache server is installed on Ubuntu.

To ensure that mod rewrite works, make the following changes to the following file:

/etc/apache2/sites-enabled/000-default


Change the AlowOverride None to AllowOverride all inside the <directory /var/www/> directive

Note: The file name may vary based on your sitename

 

Restart Apache and clean URL will now work on your site.

service apache2 restart