7 lines
134 B
ApacheConf
Executable File
7 lines
134 B
ApacheConf
Executable File
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . /index.html [L]
|