Hidden files

Hi!
I have a simple (for you! :)) question:
how can i hide a file in the apache directory on Windows?
Tnx all
Alex [ Di, 10 Juli 2007 22:45 ] [ ID #1764544 ]

Re: Hidden files

On Jul 10, 1:45 pm, Alex <micha... [at] hotmail.it> wrote:
> Hi!
> I have a simple (for you! :)) question:
> how can i hide a file in the apache directory on Windows?
> Tnx all

I am not exactly sure what you mean by 'hidden'. You can restrict the
file access using NTFS and therefore apache won't be able to access
it.
jack [ Mi, 11 Juli 2007 07:08 ] [ ID #1765628 ]

Re: Hidden files

On 11 Lug, 07:08, Jack <accpac... [at] hotmail.com> wrote:
> On Jul 10, 1:45 pm, Alex <micha... [at] hotmail.it> wrote:
>
> > Hi!
> > I have a simple (for you! :)) question:
> > how can i hide a file in the apache directory on Windows?
> > Tnx all
>
> I am not exactly sure what you mean by 'hidden'. You can restrict the
> file access using NTFS and therefore apache won't be able to access
> it.

I mean...if I access to an internet website with no "index.html" page,
I can view files in it.
Well, how can I hide a file that is in that folder? 4 example a
password file for Apache user authentication
Alex [ Mi, 11 Juli 2007 18:31 ] [ ID #1765638 ]

Re: Hidden files

On 11 Lug, 18:31, Alex <micha... [at] hotmail.it> wrote:
> On 11 Lug, 07:08, Jack <accpac... [at] hotmail.com> wrote:
>
> > On Jul 10, 1:45 pm, Alex <micha... [at] hotmail.it> wrote:
>
> > > Hi!
> > > I have a simple (for you! :)) question:
> > > how can i hide a file in the apache directory on Windows?
> > > Tnx all
>
> > I am not exactly sure what you mean by 'hidden'. You can restrict the
> > file access using NTFS and therefore apache won't be able to access
> > it.
>
> I mean...if I access to an internet website with no "index.html" page,
> I can view files in it.
> Well, how can I hide a file that is in that folder? 4 example a
> password file for Apache user authentication

No one?? :-(
Alex [ Sa, 14 Juli 2007 12:04 ] [ ID #1768509 ]

Re: Hidden files

On Sat, 14 Jul 2007 03:04:35 -0700, Alex
<michales [at] hotmail.it> wrote:

>On 11 Lug, 18:31, Alex <micha... [at] hotmail.it> wrote:
>> On 11 Lug, 07:08, Jack <accpac... [at] hotmail.com> wrote:
>>
>> > On Jul 10, 1:45 pm, Alex <micha... [at] hotmail.it> wrote:
>>
>> > > Hi!
>> > > I have a simple (for you! :)) question:
>> > > how can i hide a file in the apache directory on Windows?
>> > > Tnx all
>>
>> > I am not exactly sure what you mean by 'hidden'. You can restrict the
>> > file access using NTFS and therefore apache won't be able to access
>> > it.
>>
>> I mean...if I access to an internet website with no "index.html" page,
>> I can view files in it.
>> Well, how can I hide a file that is in that folder?

This hides all filenames that start with a dot:
<FilesMatch "^\.">
Order allow,deny
Deny from all
</FilesMatch>


>> 4 example a password file for Apache user authentication

That is the worst example possible.
You have to store those outside the directorytree that
starts with your DocumentRooot.

>
>No one?? :-(

What did you try while waiting for us?
--
( Kees
)
c[_] Son, a woman is like a beer. They smell good, they look
good, you'd step over your own mother just to get one!
But you can't stop at one. You wanna drink another
woman! (Homer Simpson) (#457)
Kees Nuyt [ Sa, 22 Dezember 2007 19:49 ] [ ID #1892580 ]
Webserver » alt.apache.configuration » Hidden files

Vorheriges Thema: Modules garbled, perhaps not a DSO module
Nächstes Thema: Question: How to make a SSL connection to a pass protecteddirectory?