Hello web fonts
This commit is contained in:
parent
be76890d53
commit
fd0d506a97
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue