I'm use Debian Wheezy (apache2) and Mozilla Firefox. I would like see listing my hidden files and hidden folders in my Firefox browsers at localhost. All files and folders (include . first character).
Example: I see now Firefox: http://localhost/archive/
directory-1
dir-2
file.txt
file
I would like see Firefox: http://localhost/archive/
directory-1
dir-2
.dir-3
file.txt
file
.htaccess
.example.txt
My http://localhost/archive/.htaccess file is now:
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
php_flag engine off
AddType text/plain php
order allow,deny
allow from all
Please help me and help me edit this .htaccess file and I know view my hidden files & folders.