PHP Script that finds .htaccess within a specified directory

The following script iterates through the directory structure of a website, builds, then displays an array of paths to hidden files (e.g .htaccess files)

Download the script

It is useful to be able to find hidden files, because many FTP programs hide them.
See my related blog post about this issue.

Leave a Reply