commit 0b7584b99904b59b9fd44f6f3d2bec7ff906bc4c
parent 02e0b7b2443047473f23a086223a23be316e224a
Author: markseu <mark2011@mayberg.se>
Date: Fri, 23 May 2014 12:14:33 +0200
Hello static pages (web hosting update)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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]