Artifact 4336f57b39cc517501eda045b794b6a562a02500:


<IfModule mod_alias.c>
    RedirectMatch 403 /include/
    RedirectMatch 403 /cache/
    RedirectMatch 403 /plugins/
    RedirectMatch 403 /templates/
    RedirectMatch 403 /.*\.sqlite
    RedirectMatch 403 /.*\.log
    RedirectMatch 403 /(README|VERSION|COPYING)
	RedirectMatch 403 /config\.(.*)\.php
</IfModule>