Updated ContentManager and related enums

Update .htaccess, manager.php, and 3 more files...
This commit is contained in:
2024-04-19 14:01:53 +02:00
parent c8bf68fa2d
commit 29ff221faa
5 changed files with 47 additions and 34 deletions

View File

@@ -33,6 +33,11 @@ AddType application/wasm .wasm
AddType video/x-matroska .mkv
AddType text/css .css
# Special case for Plik
<Files ~ "\.css?$">
Header set Content-Type "text/css; charset=utf-8"
</Files>
# Correcting some default options for security and language/content redirection.
# FollowSymlinks is also on since it's required for "mod_rewrite" and the server is jailed/containerized.