mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit fd0d506a9722e8a9cad856a7832bd0afdb8a4709
parent be76890d5397365d67178c600011457a97e6e03b
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 23 Oct 2013 15:32:50 +0200

Hello web fonts

Diffstat:
M.htaccess | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -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]