Commit 234ba691ed75f51c981099e6ddf6f8fc9aae1989

Authored by Administrator
1 parent 4dbe8d44

Importers CRUD

.htaccess
... ... @@ -24,11 +24,13 @@
24 24  
25 25 RewriteRule ^admin/images/(.*)$ backend/web/images/$1 [L]
26 26  
  27 + RewriteRule ^admin/fonts/(.*)$ backend/web/fonts/$1 [L]
27 28  
28 29  
29 30  
30 31  
31   - RewriteCond %{REQUEST_URI} !^/backend/web/(assets|css|js|images)/
  32 +
  33 + RewriteCond %{REQUEST_URI} !^/backend/web/(assets|css|js|images|fonts)/
32 34  
33 35 RewriteCond %{REQUEST_URI} ^/(admin)
34 36  
... ... @@ -44,7 +46,7 @@
44 46  
45 47  
46 48  
47   - RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|js|images)/
  49 + RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|js|images|fonts)/
48 50  
49 51 RewriteCond %{REQUEST_URI} !index.php
50 52  
... ...
backend/web/font/glyphicons-halflings-regular.eot renamed to backend/web/fonts/glyphicons-halflings-regular.eot
No preview for this file type
backend/web/font/glyphicons-halflings-regular.svg renamed to backend/web/fonts/glyphicons-halflings-regular.svg
backend/web/font/glyphicons-halflings-regular.ttf renamed to backend/web/fonts/glyphicons-halflings-regular.ttf
No preview for this file type
backend/web/font/glyphicons-halflings-regular.woff renamed to backend/web/fonts/glyphicons-halflings-regular.woff
No preview for this file type
backend/web/font/glyphicons-halflings-regular.woff2 renamed to backend/web/fonts/glyphicons-halflings-regular.woff2
No preview for this file type