Re: [users@httpd] Apache2 hidden files & folders

2013-09-24 Thread Sós Dániel
Not work for me in Firefox, but I run /etc/init.d/apache2 restart apache2 -v Server version: Apache/2.2.22 (Debian) Server built: Mar 4 2013 21:32:29 2013/9/24 Pete Houston : > On Tue, Sep 24, 2013 at 06:39:09PM +0200, Sós Dániel wrote: >> This not work, not listing dot files: IndexIgnore *~ *#

Re: [users@httpd] Apache2 hidden files & folders

2013-09-24 Thread Pete Houston
On Tue, Sep 24, 2013 at 06:39:09PM +0200, Sós Dániel wrote: > This not work, not listing dot files: IndexIgnore *~ *# HEADER* > README* RCS CVS *,v *,t It works for me in Apache 2.2.24. Which specific version are you running? Are you sure there are no other IndexIgnore directives in your configur

Re: [users@httpd] Apache2 hidden files & folders

2013-09-24 Thread Sós Dániel
Thanks your answer! I know not recommended. htaccess files source code is only my localhost (not internet, only local). This not work, not listing dot files: IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t My /etc/apache2/sites-available/localhost file is: ServerName localhost Serve

Re: [users@httpd] Apache2 hidden files & folders

2013-09-24 Thread Pete Houston
On Tue, Sep 24, 2013 at 06:21:23PM +0200, Sós Dániel wrote: > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t The first term there will prohibit display of your dotfiles. Try removing it and use this instead: IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t Also, be very careful

[users@httpd] Apache2 hidden files & folders

2013-09-24 Thread Sós Dániel
Hi, Sorry, I speak a little english. My native language is Hungarian. 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 Fire