I have a Magento site at http://example.com and I want to keep a WordPress blog at http://example.com/blog. I have installed the blog and everything seems to be fine but when am logging to Wp-Admin am getting 404 for css and js files.
My configuration below link:-
https://serverfault.com/questions/594841/magento-wordpress-nginx-configuration
Have you set your site/home URL correctly?
Also in
wp-config.php
, make sure to set yourWP_HOME
andWP_SITEURL
variables to the correct URL (subdirectory) you are usingIt should look like this: