Align example config with latest manual changes #10

Merged
Bart van der Braak merged 2 commits from align-vhost into main 2024-07-25 17:28:26 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cbe44baa4a - Show all commits

View File

@ -50,4 +50,4 @@ For the site to run as expected it's necessary to create a directories and files
└── [experimental builds, from branches] └── [experimental builds, from branches]
``` ```
Use the `etc/create_download_placeholders.py` script to crete some placeholders. Use the `etc/create_download_placeholders.py` script to create some placeholders.

View File

@ -46,7 +46,7 @@ Listen 8000
RewriteRule ^/favicon.ico - [L,QSA] RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^/admin$ /admin/ [R,L] RewriteRule ^/admin$ /admin/ [R,L]
RewriteRule ^/admin/(.*) - [L,QSA] RewriteRule ^/admin/(.*) - [L,QSA]
RewriteRule ^/(.*).(zip|bz2|7z|gz|dmg|msi|msix|xz|html|png|jpg|json|whl|flatpak|snap) - [L,QSA] RewriteRule ^/(.*).(zip|bz2|7z|gz|dmg|msi|msix|xz|sha256|html|png|jpg|jpeg|json|whl|snap|flatpak) - [L,QSA]
RewriteRule ^(.*)(\?(.*))?$ /index.php?__path__=$1&$2 [B,L,QSA] RewriteRule ^(.*)(\?(.*))?$ /index.php?__path__=$1&$2 [B,L,QSA]
BrowserMatch "MSIE [2-5]" \ BrowserMatch "MSIE [2-5]" \