mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-10 12:37:06 +08:00
5 lines
108 B
ApacheConf
5 lines
108 B
ApacheConf
RewriteEngine On
|
|
RewriteBase <%= base %>
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule .* index.html [PT]
|