From cc197d7baea1a807551157a66d3622bb2f645b0b Mon Sep 17 00:00:00 2001 From: markseu Date: Mon, 19 Jan 2015 22:02:46 +0100 Subject: [PATCH] Hello command line (static pages update) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 87e7af4..c3d4405 100644 --- a/.htaccess +++ b/.htaccess @@ -7,7 +7,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ yellow.php [L] DirectoryIndex index.html yellow.php -RewriteRule ^(cache|content|system)/ error404.html [L] +RewriteRule ^(cache|content|system)/ error [L] # Yellow static pages