mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-23 13:50:24 +08:00
5 lines
102 B
ApacheConf
5 lines
102 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /sbs/
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule .* index.html [PT]
|