wordpress - Error 403 file javascript plugin wordpress
问题 I have problem in my wordpress plugin, website have plugin and in the plugin not load javascript, its say 403 forbidden when I go to link plugin here. it's strange, because the file is exist. how can i solve this? 回答1: change your permision of directory and files to 775, 回答2: Generally what this means is that the webserver does not have permission to access the file. For example, on OS X, there is a user called _www that needs permission. 来源: https://stackoverflow.com/questions/20534082