Update versions.php and htaccess.conf

This commit is contained in:
2024-10-26 18:19:18 +02:00
parent 1a75e0b22f
commit c514d8e097
9 changed files with 151 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ RewriteCond %{REQUEST_URI} !^/admin/.*$ [NC] # Wyklucza ścieżki rozpoczynając
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R=301,L]
ErrorDocument 404 /404.html
ErrorDocument 404 /index.php
RewriteCond %{REQUEST_URI} !^(.*)/libraries/(.*) [NC]
RewriteCond %{REQUEST_URI} !^(.*)/layout/(.*) [NC]