You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This .htaccess file helps prevent access to Mutillidae II from external IP addresses in case someone deploys the project accidentially. If this file is deleted, there is no network access control
ErrorDocument 403 "By default, Mutillidae II only allows access from non-routable network addresses. Edit the .htaccess file to change this behavior. Delete the .htaccess file if network access is controlled using a different method."
Order Deny,Allow
Deny from all
## Allow access from localhost
Allow from 127.0.0.0/8
Allow from localhost
## Allow access from other machines on non-routable networks