Hello web fonts

This commit is contained in:
markseu 2013-10-23 15:32:50 +02:00
parent be76890d53
commit fd0d506a97

View file

@ -6,9 +6,9 @@ RewriteEngine on
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^(content|system)/ error404 [L]
RewriteCond %{REQUEST_URI} \.(css|js|png)$
RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
RewriteRule ^media/plugins/(core_.+) system/core/$1 [L]
RewriteCond %{REQUEST_URI} \.(css|js|png)$
RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
RewriteRule ^$ yellow.php [L]