[eluser]mrmeyers99[/eluser]
I have an InPlaceEditor on a page for users to edit their profile. I can login and get to the profile page, but when I try to edit one of the values, the request returns a error 403: forbidden message. We don't have an htaccess file set up.
The url I'm sending for my InPlaceEditor is "http://site/index.php/user/editProfile/". The code is working code, because it works on my local machine, but when it's on the server, it doesn't work. ALSO, if I go to that URL from the browser, it doesn't give me a 404 message.
Here's the exact message
Code:
Error 403: Forbidden
You don't have permissions to access this page. This usually means one of the following:
this file and directory permissions make them unavailable from the Internet.
.htaccess contains instructions that prevent public access to this file or directory.
Please check file and directory permissions and .htaccess configuration if you are able to do this. Otherwise, request your webmaster to grant you access.
What could be wrong?