Hello static pages (web hosting update)

This commit is contained in:
markseu 2014-05-23 12:14:33 +02:00
parent 02e0b7b244
commit 0b7584b999

View file

@ -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]