Hi, I'm getting an error that I generally understand in a situation that makes no sense to me. I was hoping for some direction - to see if anyone had any ideas.
I have a profile page users can edit. When they do it uses user_action.php to commit those changes to the database.
When users submit changes from the profile page it works fine, but when I'm logged in, I get the following error message.
Forbidden
You don't have permission to access /member/user_action.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.thehonorsquad.com Port 80
How does this make sense? It suggests that the error is at the file level, but if that was the case I'd expect every single user would have the issue.
I wonder if somehow my host is blocking me in some way. Could that be it?