[ad_1]
The .htaccess file rules you posted are the standard WordPress rules except for the last line which sets that environmental variable. So they shouldn’t affect the redirects.
But since you are using NGINX it could have some other rules in it’s own configuration, or maybe the folders you are trying to redirect exist, even though the actual files don’t, and NGINX isn’t loading WordPress from the root folder for those requests.
Either way, the fact that you are seeing a 404 from NGINX means that WordPress doesn’t get loaded and as a consequence the 301 Redirects plugin doesn’t get loaded either so there is nothing we can do 🙁
