Error 403 – Forbidden The request was a legal request, but the server is refusing to respond to it

Vanguard - Advanced PHP Login and User Management Vanguard - Advanced PHP Login and User Management / FAQ Last updated on Updated  Jan 16, 2019

If you are using the Apache web server and you are getting this error, it might be related to the Options -MultiViews Apache configuration parameter. In that case, I would recommend you to edit public/.htaccess file and uncomment the following code by removing # in front of it:

<IfModule mod_negotiation.c>
    Options -MultiViews
</IfModule>