1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-11 08:34:45 +02:00

Version 1.5.1: File restrictions, download controller, noindex, fix youtube, cyanine third teaser

This commit is contained in:
trendschau
2021-11-01 21:11:59 +01:00
parent 2e12e184d3
commit 7d662daf86
16 changed files with 422 additions and 122 deletions

View File

@@ -64,7 +64,7 @@ RewriteRule ^(system\/author\/img\/) - [L]
RewriteRule ^(system\/author\/js\/) - [L]
# redirect all other direct requests to the following physical folders to the index.php so pages with same name work
RewriteRule ^(system|content|data|settings) index.php [QSA,L]
RewriteRule ^(system|content|data|settings|(media\/files\/)) index.php [QSA,L]
# disallow browsing other folders generally
Options -Indexes