Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12472

Reply To: Apache server-status reporting

$
0
0

It worked when I changed it to this:

RewriteEngine On
RewriteBase /
#RewriteCond %{REQUEST_URI} !=/server-status
RewriteRule ^server-status - [L]
RewriteRule ^index\.php$ - [L]

It seems that the order is important there (I don’t have much experience with mod_rewrite rules).

Thanks for your help!


Viewing all articles
Browse latest Browse all 12472

Trending Articles