diff --git a/.htaccess b/.htaccess index 979cc8d..51cc5b7 100644 --- 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]