diff options
-rw-r--r-- | .ht-nginx | 2 | ||||
-rw-r--r-- | .htaccess | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ error_page 404 /404.php; #=============================================================================== # Forbidden directories #=============================================================================== -location ~ ^/(.git|core|theme/([^/]+)/(html|lang)/) { +location ~ ^/(.git|core|theme/([^/]+)/(html|lang))/ { return 403; } @@ -27,7 +27,7 @@ RewriteEngine On #=============================================================================== # Forbidden directories #=============================================================================== -RewriteRule ^(.git|core|theme/([^/]+)/(html|lang)/) - [F] +RewriteRule ^(.git|core|theme/([^/]+)/(html|lang))/ - [F] #=============================================================================== # Pass requests to index.php |