8dianhou/careerfrog/master/wp-content/themes/3clicks/plugins/.htaccess - Htaccess File

8dianhou/careerfrog/master/wp-content/themes/3clicks/plugins/.htaccess

# Disable directory browsing

Options All -Indexes

# Protect .htaccess
<Files .htaccess>

    order allow,deny
    deny from all

</Files>

# Protect zip files from direct access
<Files *.zip>

        Order Allow,Deny
        Deny from all

</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache