I received a response with code that fixed the issue from rtcamp.com
Add this code to the nginx site configuration for the domain has the issue with not all 404 requests being handled by WordPress:
if (!-e $request_filename) {
rewrite ^/(.+)$ /index.php?q=$1 last;
}
Related Posts:
- 404 error on homepage when using Nginx proxying to Apache
- Intermittently missing pages and posts in WordPress
- WordPress takes too long to show 404 error on images (on LEMP stack)
- How can stop redirects 404 in wordpress
- WordPress 404 all pages except home
- Problem with a wordpress admin system. and website
- 404 Not Found nginx on wp-admin
- Changing permalinks gives me 404 errors on nginx
- Setting 404 page in Nginx
- How to open the 404 page in the Theme Customizer preview?
- Feed 404 Errors
- In wordpress I am manipulation 404 response. I want to give the response before 404 error is given to google
- Why does my WordPress show a 404 message for 403 forbidden directories?
- Moved to new server, all pages work EXCEPT home page (page not found)
- “Lost password” page triggers 404
- 404 to 301 – Fixing old links
- Giving WordPress its own subdirectory – nginx
- How do I go about fixing this apparently messed up upgrade?
- PHP Code stuck in Cache [Memcached] [closed]
- WordPress Stats keeps showing non-existent post as a top post?
- What does do_action(‘admin_init’); does actually?
- Form in WordPress : 404
- Why Runtime service worker (runtime-service-worker.js) is being loaded, but can’t be found?
- Getting a 404 in Debugger for example.com/wp-admin/Array?
- show shop instead of 404 page for missing products
- Intercept 404 and try to serve another content if exists?
- How do I show the WP admin error page?
- Template redirect template loaded, but the header 404
- Nginx Rewrite Rule:: index.html added to every permalink
- How can I send an email in my plugin?
- Moving local wordpress page to a real server subdomain broke my permalinks?
- All pages after level 1 showing 404 after WordPress migration plugin – how to fix?
- Why I get File Not Found (404 error) when the file is actual there?
- WP_DEBUG must be on, otherwise edit post or page will show 404 error
- Getting “404 page not found” error when i access to my Login page
- Incorrect MIME type for assets with Valet
- Virtual robots.txt missing
- Moved from Blogger to WordPress, however I can only see the Google 404 page
- wp-tinymce.php 404
- Display child pages on parent page: 404 message overrules shortcode in page
- Incorrect url for sharing blog on linkedin [closed]
- Catch 404 errors in nested installations
- WordPress 404 Page displaying on a sub directory that has it’s own 404 page
- Why do I have a weird rendering issue only on 404.php caused by wp_nav_menu?
- make wordpress log errors in apache log file
- Page not found (404 Error) even if the page exists?
- Custom JSON feed rewrite
- My wordpress website does not show 404 page and results in http 500 error
- wp-json Returns 404 Upon Plugin Activation
- When I remove get_header() from 404 page, my css doesnt work
- 404 error when calling php
- full blog working fine but post-new.php throwing 404
- Link to WP-CONTENT not working
- Scheduling publish of a new version of existing page results in 404
- Page not found but cannot make a new one because the slug is already there
- No 404 page available
- List all WordPress key words
- returning 404 page error on form submission [duplicate]
- how to set up wp in folder within static website?
- How can I block with a child theme certain pages?
- Page not found when trying to link to files in child theme directory
- Can’t view post, goes to 404 page. Please help
- WordPress broken after vhosts setup
- Site is working but we got 404 not found error in wordpress
- Lots of 404 errors of pattern /null&rand=. Why?
- wordpress sitemap subtypes returns 404 with correct data for pages bigger than 1
- Why am I getting Intermittent 404 pages on a sub domain with WordPress?
- Page not found after migration to localhost. I already updated the sql links and the permalinks. Wp-admin page works perfectly
- 404 error on new pages but only for non logged in users?
- How to fix mime-type and (after disabling nosniff) 404 errors for css and js files in staging site
- Could use some help moving site to subdirectory, what am i doing wrong?
- why is my wordpress not loading any images?
- How to customize file path for 404 redirection in php?
- WordPress as backend for SPA – problem of 404 page for custom routing
- Pages counts are showing in WordPress backend but pages shows 404
- wp-admin throws 404 when accessed from some IPs
- fix slugs containing invalid characters?
- I’m getting 404 when editing a post with hyperlink, what’s wrong?
- Custom Rest API namespace and endpoints are responding with 404 & 503 errors
- My question:When I started my website, the “page not found” error always came up
- Page 2 404 Error – From main homepage, not custom post type
- Error 404 when saving or previewing one specific page [closed]
- 404 Page not Displaying
- Copying live site that is using older version of WP to localhost
- new post link leads to 404 error page
- Error 404 on wp-includes directory
- Why are 404 errors redirecting to my homepage and not my custom 404.php?
- Add custom content to nonexistent page
- WordPress shows 404 on pages 11 and above?
- Posting to most pages throws 404
- 404 Error for Custom Post type
- $_POST[‘message’] gives a 404 [duplicate]
- HTTP status 404 (error) when trying to log in
- Page/2 posts don’t load and give 404
- %20 in URL in archive page shows error 404 on page [closed]
- Author page not found
- Moved site to 1&1 hosting, but is broken and redirecting to GoDaddy 404 [closed]
- Getting 404 when static files have “?ver=x.y” suffix
- How to include a php file in 404.php file?
- How to navigate to a non-wordpress page in a wordpress install without getting a 404 error?