diff --git a/web/.htaccess b/web/.htaccess
index 6f9123d1..3106314b 100644
--- a/web/.htaccess
+++ b/web/.htaccess
@@ -126,6 +126,7 @@ AddEncoding gzip svgz
 
   # Pass all requests not referring directly to files in the filesystem to
   # index.php.
+  RewriteCond %{REQUEST_URI} !=/server-status
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_URI} !=/favicon.ico
