diff --git a/_.htaccess b/_.htaccess
index 23fa98b7fe451171ab3611911ec18d9eb443c455..7944e4f057043b5659f8ab92e8e0ebe0609eb9f4 100644
--- a/_.htaccess
+++ b/_.htaccess
@@ -106,9 +106,11 @@ RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L]
 # For httpd.conf, use these lines instead of the next ones:
 # RewriteRule ^/TYPO3root/fileadmin/(.*/)?_recycler_/ - [F]
 # RewriteRule ^/TYPO3root/fileadmin/templates/.*(\.txt|\.ts)$ - [F]
+# RewriteRule ^/TYPO3root/typo3conf/ext/[^/]+/Configuration/ - [F]
 # RewriteRule ^/TYPO3root/typo3conf/ext/[^/]+/Resources/Private/ - [F]
 RewriteRule ^fileadmin/(.*/)?_recycler_/ - [F]
 RewriteRule ^fileadmin/templates/.*(\.txt|\.ts)$ - [F]
+RewriteRule ^typo3conf/ext/[^/]+/Configuration/ - [F]
 RewriteRule ^typo3conf/ext/[^/]+/Resources/Private/ - [F]
 
 # Stop rewrite processing, if we are in the typo3/ directory.