Yes, I did all the steps. I checked my root .htaccess and now that section reads as follows:
# CUSTOM CODE WP REWRITE LOOP START # CUSTOM CODE WP REWRITE LOOP START - Your Custom htaccess code will be created here with AutoMagic # WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !=/server-status RewriteRule ^index\.php$ - [L]
All I’m trying to do is access the page server-status which is server by Apache mod_status, but there’s a rule in the .htaccess that’s making I get a 404 error when trying to access domain.com/server-status
Let me know if you need more info.