How Solve This Problem ???
Error Message
403 Forbidden
The website’s configuration prevents you from accessing this page.
How Solve This Problem ???
403 Forbidden
The website’s configuration prevents you from accessing this page.
Which page do you see this on? Would you mind sharing a URL?
No problem, this link,
http://bazaar.great-site.net/Bazaar/Log%20in/Login.php
then click “so,click here”, you will go to home page, then click on profile
Thank you for the clear reproduction steps.
Looking at the network log, it seems that the Profile button goes to the following URL:
The issue is here is that the folder name includes
is restricted. That folder name is blocked because an includes
folder is typically used for PHP files which are include
d into other scripts. We’ve had a lot of problems in the past with websites getting hacked because of unsafe code in such folders, so blocking this folder was the most sensible thing to do.
The fix it simple: don’t use includes
in your URLs.
Thank you very much
Thank you very much
Thank you very much
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.