Files
sermon-notes/public/.htaccess
Ryan Prather 5ac8736004 feat: PWA (#15)
add for PWA capability
2026-03-26 18:32:07 -04:00

9 lines
212 B
ApacheConf

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>