Files
OpenVPN-Monitoring-Simple/UI/client/public/.htaccess
2026-01-09 10:30:49 +03:00

9 lines
214 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>