Thinking on it for a minute, I suppose it has something to do with the rewrite rules from the WP .htacces is kicking in and rewriting the request to WP. It doesn’t totally make sense to me, because WP’s rewrite rules actually ignore directories, and I cannot reproduce it with a quick test, but there might be other factors at play in your environment.
Adding
RewriteEngine On
RewriteRule ^restricted-dir - [F,L]
in the WP .htaccess before the WordPress Rewrite Rules should have the same result, denying access to restricted-dir with a 403 response.
Related Posts:
- WordPress Migration: Getting 404 Errors: Only Home Page works
- 404 when fetching image from wp-content/uploads/
- REST API: No route was found matching the URL and request method
- WordPress REST API 404
- Changing Site Address (URL) causes 404
- In wordpress I am manipulation 404 response. I want to give the response before 404 error is given to google
- 404 error on homepage when using Nginx proxying to Apache
- page not found in Chrome, but found in Firefox
- Moved to new server, all pages work EXCEPT home page (page not found)
- High CPU usage on 404 errors
- How to fix “failed to set referrer policy: The value ‘ ‘ is not one of…”?
- “Lost password” page triggers 404
- 404 to 301 – Fixing old links
- How do I go about fixing this apparently messed up upgrade?
- 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?
- Non-existent page returns code 200
- WP is redirecting instead of going to 404
- Nginx with WordPress not showing template 404 for certain file types
- post parameter ‘name’ 404 error
- Intermittently missing pages and posts in WordPress
- Intercept 404 and try to serve another content if exists?
- How do I show the WP admin error page?
- WordPress takes too long to show 404 error on images (on LEMP stack)
- WordPress Post – On Post – 404 Page Not Found
- How to find out which function is causing a 404
- Template redirect template loaded, but the header 404
- Prevent WordPress from interpreting a subfolder?
- How can I send an email in my plugin?
- 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
- Virtual robots.txt missing
- Moved from Blogger to WordPress, however I can only see the Google 404 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
- make wordpress log errors in apache log file
- Page not found (404 Error) even if the page exists?
- WordPress refuses to read the .htaccess file and gives a 404 for sub-pages
- How to recover WordPress Adress(URL)
- 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
- URL Change – Check if Post Exists Before 404
- When I remove get_header() from 404 page, my css doesnt work
- Sub Domain’s Pages return 404
- Google 404 Errors
- Page not found if mod_cache_disk is active
- Why aren’t links clickable on my 404 error page? [closed]
- full blog working fine but post-new.php throwing 404
- Blank TinyMCE and 404 errors on assets
- How do I redirect a permalink for a Draft post to a custom 404 page?
- Page not found but cannot make a new one because the slug is already there
- No 404 page available
- New install of wordpress, my url goes to index of/
- returning 404 page error on form submission [duplicate]
- 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
- Custom Post Types cause 404 for pages? [closed]
- How can stop redirects 404 in wordpress
- wordpress sitemap subtypes returns 404 with correct data for pages bigger than 1
- 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?
- Unable to change 404
- How to fix mime-type and (after disabling nosniff) 404 errors for css and js files in staging site
- Redirect search.php to 404.php
- Problem with a wordpress admin system. and website
- WordPress as backend for SPA – problem of 404 page for custom routing
- 404s after changing site url in settings
- Page 404 Error on Localhost
- wp-admin throws 404 when accessed from some IPs
- Why my post showing not found in admin side when i click on count of category?
- “Headers already sent” error triggered in “parse_query” action
- Manage 404 page over wordpress backend?
- I’m getting 404 when editing a post with hyperlink, what’s wrong?
- All files being pulled from wp-content returning 404 error
- What could be the reason that i can’t access to the other pages of my localhost wordpress website except the homepage?
- Page 2 404 Error – From main homepage, not custom post type
- Copying live site that is using older version of WP to localhost
- Intermittent Rewrite Problems
- Getting 404 pages when upgrading from 3.5.2 to 4.1.1
- My website not showing 404 error!
- Why are 404 errors redirecting to my homepage and not my custom 404.php?
- WordPress not showing custom 404 page for not found images, zip files
- Override private status – Enable users to read private posts
- Posting to most pages throws 404
- 404 Error for Custom Post type
- $_POST[‘message’] gives a 404 [duplicate]
- Page/2 posts don’t load and give 404
- %20 in URL in archive page shows error 404 on page [closed]
- 404 Not Found nginx on wp-admin
- Author page not found
- Getting 404 when static files have “?ver=x.y” suffix
- Unidentified 404 error [closed]
- How to include a php file in 404.php file?