From 0b7584b99904b59b9fd44f6f3d2bec7ff906bc4c Mon Sep 17 00:00:00 2001 From: markseu Date: Fri, 23 May 2014 12:14:33 +0200 Subject: [PATCH] Hello static pages (web hosting update) --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 72503ff..a6b7843 100644 --- a/.htaccess +++ b/.htaccess @@ -5,14 +5,14 @@ RewriteEngine on RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^(content|system)/ error404 [L] -RewriteCond %{DOCUMENT_ROOT}/yellow.php -f +RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} \.(css|js|png)$ RewriteRule ^media/plugins/(core-.+) system/core/$1 [L] -RewriteCond %{DOCUMENT_ROOT}/yellow.php -f +RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} \.(css|js|png)$ RewriteRule ^media/plugins/(.+) system/plugins/$1 [L] -RewriteCond %{DOCUMENT_ROOT}/yellow.php -f +RewriteCond yellow.php -F RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ yellow.php [L]