mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
updated htaccess
deleted second json (just needed once)
This commit is contained in:
parent
ab6dff5c31
commit
703addddb9
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ RewriteRule .+ - [L]
|
|||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
# if static asset do not do anything
|
||||
RewriteRule (.*)(css|js|html|png|jpg|json|jpeg|gif|bmp|ico|json|csv|otf|eot|svg|svgz|ttf|woff|woff2|ijmap|pdf|tif|map)$ - [L,R=404]
|
||||
RewriteRule (.*)(css|js|html|png|jpg|jpeg|gif|bmp|ico|json|csv|otf|eot|svg|svgz|ttf|woff|woff2|ijmap|pdf|tif|map)$ - [L,R=404]
|
||||
RewriteRule (.*) /index.html [L]
|
||||
|
|
Loading…
Reference in a new issue