The requested URL / was not found on this server. Even though httpd-vhosts.conf and host file all seem to be correct
07:27 24 Apr 2016

    DocumentRoot "C:/wamp64/www/mysite/"
    ServerName gamath
    
        AllowOverride All
         Order Deny,Allow  
            Allow from all
            Require local
    

This is my hosts file

127.0.0.1   localhost
127.0.0.1   gamath

::1     localhost
::1     gamath
apache wamp http-status-code-404