Reputation: 121
When I click on the link it gives 403 error, it is working fine on local environment. This is the line where error occurs:
$.post('./../../wp-content/plugins/test/app/controller/summary.php', data, function(response) {
Upvotes: 0
Views: 2337
Reputation: 80
You first need to confirm if you have encountered a "No directory browsing" problem. You can see this if the URL ends in a slash '/' rather than the name of a specific Web page (e.g. .htm or .html). If this is your problem, then you have no option but to access individual Web pages for that Web site directly.
Upvotes: 1
Reputation: 1498
Do you have any substatus? This error code means your browser is not allowed to access this ressource. That means the resource is there but not vissible for you.
Upvotes: 0