mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
Add htaccess, make base configurable
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteBase <%= base %>
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule .* index.html [PT]
|
||||
Reference in New Issue
Block a user