plugin javascript file getting 404 error not found in nginx webserver
-
hey i was change my webserver to nginx and i follow generic setting in https://codex.wordpress.org/Nginx
but after everyting was done, when i opened wp-admin/index.php i got many 404 error in js file( i saw in chrome console tool), its becouse the source code not route to the correct file..
GET https://fonts.googleapis.com/css 400 ()
GET http://www.example.com/wp-content/plugins/wordfence/js/tourTip.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/advanced-random-posts-widget/assets/js/jquery-cookie.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-340.min.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordpress-seo/js/dist/select2/select2.min.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-340.min.js. 404 (Not Found)
GET http://www.example.com/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-320.min.js. 404 (Not Found)its show dot (js.) after every js file in plugin and wp-included to..
how can i remove dot after js file in nginx, maybe some rewrite code to solve this problem.. thanks
The topic ‘plugin javascript file getting 404 error not found in nginx webserver’ is closed to new replies.