Answers for "disable htaccess for certain directory"

0

htaccess prevent directory listing

# .htaccess file
Options -Indexes
Posted by: Guest on June-14-2021
0

.htaccess Disable directory listings

IndexIgnore *
IndexIgnore *.zip
IndexIgnore *.zip *.jpg *.gif
Options +Indexes
Posted by: Guest on December-03-2021

Code answers related to "disable htaccess for certain directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language