403 Forbidden Accessing /admin – possible mod_security block

Website URL

https://distribuidoranaviju.infinityfreeapp.com/admin/login

Error Message

403 Forbidden

Other Information

Hola, mi panel de administración Laravel (ruta /admin) recibe un error 403 al intentar acceder.
Adjunto captura donde se ve el error al hacer GET a https://distribuidoranaviju.infinityfreeapp.com/admin.
Creo que mod_security está bloqueando esta ruta. ¿Podrían desactivar la regla? Gracias.

TRANSLATED

Hello, my Laravel admin panel (path /admin) is receiving a 403 error when I try to access it.

I’ve attached a screenshot showing the error when I try to GET to https://distribuidoranaviju.infinityfreeapp.com/admin.
I believe mod_security is blocking this path. Could you please disable the rule? Thank you.

No, there’s no mod_security getting in your way. Free hosting do have a security system, but that’s no where near mod_security.

The fact that your website is showing a custom 403 error (the laravel one) is quite telling. This means that no server side security is involved. Please check your own code to see if there’re any misconfigurations.

muchas gracias, tenias toda la razón, ajuste mi código y ahora funciona :slight_smile: