We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3e4b1 commit 4c36bbcCopy full SHA for 4c36bbc
.htaccess
@@ -8,6 +8,9 @@
8
9
RewriteEngine on
10
11
+# Disables access to myfile.php/something
12
+AcceptPathInfo Off
13
+
14
# Prevent execution of PHP from directories used for different types of uploads
15
RedirectMatch 403 ^/app/(?!courses/proxy)(cache|courses|home|logs|upload|Resources/public/css)/.*\.ph(p[3457]?|t|tml|ar)$
16
RedirectMatch 403 ^/main/default_course_document/images/.*\.ph(p[3457]?|t|tml|ar)$
@@ -88,4 +91,3 @@ AddType application/font-woff .woff .woff2
88
91
ExpiresActive On
89
92
ExpiresByType application/font-woff "access plus 1 month"
90
93
</IfModule>
-
0 commit comments