First Commit
Setup repo and website
This commit is contained in:
9
cerimoniere-website-source/static/.htaccess
Normal file
9
cerimoniere-website-source/static/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
# Allow serving static files
|
||||
Options +FollowSymLinks
|
||||
RewriteEngine On
|
||||
RewriteBase /maestrodeceremonias/
|
||||
|
||||
# Redirect all traffic to index.html if no file/directory is found
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.html [L]
|
||||
Reference in New Issue
Block a user