Files
delphistudio-website/cerimoniere-website-source/static/.htaccess
Alessio Molinaro a6f764245d First Commit
Setup repo and website
2024-11-21 09:29:25 +01:00

9 lines
278 B
ApacheConf

# 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]