Mod Status – server-status .htaccess WordPress

# BEGIN WordPress

RewriteEngine On
RewriteBase /
# server info and status
RewriteRule ^(server-info|server-status) - [L]
# RewriteCond %{REQUEST_URI} !=/server-status
# /server info and status
RewriteCond %{REQUEST_FILENAME} -f 
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . index.php [L]

# END WordPress

Leave a Reply

Your email address will not be published. Required fields are marked *