mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-12-16 06:22:53 -05:00
Init commit
This commit is contained in:
9
public/.htaccess.example
Normal file
9
public/.htaccess.example
Normal file
@@ -0,0 +1,9 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.html$ - [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . index.html [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user