magento2-docker/pub/errors/.htaccess

8 lines
134 B
ApacheConf
Executable File

Options None
<FilesMatch "\.(xml|phtml)$">
Deny from all
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>