hallelujah: it's back, that's all that matters

This commit is contained in:
David Bailey 2023-10-14 15:57:28 +02:00
parent 4575ca9bfc
commit 54a16cc77e
23 changed files with 1382 additions and 8 deletions

View file

@ -1,9 +1,6 @@
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/www.*
RewriteCond %{REQUEST_URI} !^www.*
RewriteRule (.*) /www/$0 [END]
RewriteCond %{REQUEST_URI} !^/?static/.*
RewriteRule (.*) router.php