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