I have a web application that my clients deploy on IIS servers. One particular client has an issue where they get a Forbidden: You don't have permission to access /script.php on this server.
error. When they try to access script.php
The trouble is that script.php
is called many times in my application and it is only in one part of my application (a form submit) that i get the above error . In all other instances it works.
Any ideas why this this error would appear? what is it i need to check?