0x1949 Team - FAZEMRX - MANAGER
Edit File: .htaccess
DirectoryIndex index.html index.php <IfModule mod_negotiation.c> Options -MultiViews </IfModule> <IfModule mod_alias.c> # Restrict access to VCS directories RedirectMatch 404 /\\.(svn|git|hg|bzr|cvs)(/|$) # Restrict access to root folder files RedirectMatch 404 /(composer\.(json|lock|phar)|README\.md|\.gitignore|.*\.dist|\.env.*)$ </IfModule> <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule>