Commit 63381ed02a41740bfd7672a31dd69d3fee5bbca0
1 parent
4c977682
Importers CRUD
Showing
6 changed files
with
4 additions
and
2 deletions
Show diff stats
.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