mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
5 lines
122 B
ApacheConf
5 lines
122 B
ApacheConf
|
RewriteEngine on
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteRule ^.*$ /index.html [L]
|