My website URL is: mapasalacie.cf/includes/escolher.php
What I’m seeing is: 403 error on the website
I’m using this software: using custom php and sql
Additional information:
My website URL is: mapasalacie.cf/includes/escolher.php
What I’m seeing is: 403 error on the website
I’m using this software: using custom php and sql
Additional information:
For security reasons, it’s not possible to access URLs starting with /includes
. That’s because with most websites, the includes
folder is used for PHP code which is include
d in other pages in the website. Sometimes, depending on the software used, the code may expose sensitive data if these PHP files are accessed directly.
Simply move the file to any other directory and it will work fine.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.