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!