wordpress - Error 403 file javascript plugin wordpress

人盡茶涼 提交于 2019-12-13 06:04:51

问题


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/wordpress-error-403-file-javascript-plugin-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!