# BEGIN Textpattern

# Block access to directories without a default document.

<IfModule mod_autoindex.c>
	Options -Indexes
</IfModule>

# Inhibit direct file downloads

RedirectMatch 403 ^.*\.(?!(js|css)).*$

# END Textpattern
