1
1
mirror of https://git.gay/DeltaStudio/PufokReactApp.git synced 2025-07-18 13:52:25 +07:00
2025-02-24 03:19:56 +03:00

8 lines
213 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>