diff --git a/library/Icinga/Web/Setup/Webserver/Apache2.php b/library/Icinga/Web/Setup/Webserver/Apache2.php
index 767e9a882..f878a23e8 100644
--- a/library/Icinga/Web/Setup/Webserver/Apache2.php
+++ b/library/Icinga/Web/Setup/Webserver/Apache2.php
@@ -38,13 +38,21 @@ Alias {webPath} "{publicPath}"
EnableSendfile Off
- RewriteEngine on
- RewriteBase {webPath}/
- RewriteCond %{REQUEST_FILENAME} -s [OR]
- RewriteCond %{REQUEST_FILENAME} -l [OR]
- RewriteCond %{REQUEST_FILENAME} -d
- RewriteRule ^.*$ - [NC,L]
- RewriteRule ^.*$ index.php [NC,L]
+