From 89dbc838876facf2385dc16f41c4ef5a2e722241 Mon Sep 17 00:00:00 2001 From: Richard Cyganiak Date: Thu, 17 Mar 2016 18:26:49 +0000 Subject: [PATCH] Allow placing a phpinfo.php file when needed --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 2614c31..55d78aa 100644 --- a/.htaccess +++ b/.htaccess @@ -8,6 +8,6 @@ RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteRule ^jquery.js$ vendor/jquery/jquery.js RewriteRule ^zeroclipboard.(\w+)$ vendor/zeroclipboard/zeroclipboard.$1 -RewriteCond %{REQUEST_URI} !/(robots\.txt|style\.css|.*\.js|.*\.swf|images/.*)$ +RewriteCond %{REQUEST_URI} !/(phpinfo\.php|robots\.txt|style\.css|.*\.js|.*\.swf|images/.*)$ #RewriteRule .* maintenance.php [L] RewriteRule .* index.php