Apache: How to hide certain file types from directory listings
If you have Directory Listings enabled but want to hide certain file types from being shown you can use these htaccess config lines
- IndexIgnore *.backup *.zip *.gz
If you have Directory Listings enabled but want to hide certain file types from being shown you can use these htaccess config lines
- IndexIgnore *.backup *.zip *.gz
More...
Comments and discussion about How to hide certain file types from directory listings
Found this interesting? Maybe you want to read some more in this series?
Or see other topics in the Apache language
Rewrite and Redirection .htaccess Rules
.htaccess Security
General .htaccess Tricks
General Apache Tips
Or see other languages/frameworks:
PHP Laravel Composer Apache CentOS and Linux Stuff WordPress General Webdev and Programming Stuff JavaScriptOr see random questions
How do you launch the PHP interactive shell?
How to set custom HTTP headers in Apache (by editing .htaccess)
How to find out what version of Laravel you are using?
What is camel case?
How to block access to certain referrers in Apache using .htaccess
What is the loop variable in a @foreach loop in Blade?
How to create random numbers in JS?
How to do comments in Blade files?
How to namespace a Laravel route group?
How to query mysql using PDO in PHP?