SearchSearch   

Hidden files

 
   Webmaster Forums (Home) -> Apache RSS
Next:  Virtual Hosts and DNS Configuration  
Author Message
Alex

External


Since: Jul 10, 2007
Posts: 3



(Msg. 1) Posted: Tue Jul 10, 2007 1:45 pm
Post subject: Hidden files
Archived from groups: alt>apache>configuration (more info?)

Hi!
I have a simple (for you! Smile) question:
how can i hide a file in the apache directory on Windows?
Tnx all
Back to top
Jack

External


Since: Jul 10, 2007
Posts: 8



(Msg. 2) Posted: Wed Jul 11, 2007 5:08 am
Post subject: Re: Hidden files
Archived from groups: per prev. post (more info?)

On Jul 10, 1:45 pm, Alex <micha... DeleteThis @hotmail.it> wrote:
> Hi!
> I have a simple (for you! Smile) 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.
Back to top
Alex

External


Since: Jul 10, 2007
Posts: 3



(Msg. 3) Posted: Wed Jul 11, 2007 9:31 am
Post subject: Re: Hidden files
Archived from groups: per prev. post (more info?)

On 11 Lug, 07:08, Jack <accpac... RemoveThis @hotmail.com> wrote:
> On Jul 10, 1:45 pm, Alex <micha... RemoveThis @hotmail.it> wrote:
>
> > Hi!
> > I have a simple (for you! Smile) 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
Back to top
Alex

External


Since: Jul 10, 2007
Posts: 3



(Msg. 4) Posted: Sat Jul 14, 2007 3:04 am
Post subject: Re: Hidden files
Archived from groups: per prev. post (more info?)

On 11 Lug, 18:31, Alex <micha... RemoveThis @hotmail.it> wrote:
> On 11 Lug, 07:08, Jack <accpac... RemoveThis @hotmail.com> wrote:
>
> > On Jul 10, 1:45 pm, Alex <micha... RemoveThis @hotmail.it> wrote:
>
> > > Hi!
> > > I have a simple (for you! Smile) 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?? Sad
Back to top
Kees Nuyt

External


Since: Apr 18, 2005
Posts: 10



(Msg. 5) Posted: Sat Dec 22, 2007 7:49 pm
Post subject: Re: Hidden files
Archived from groups: per prev. post (more info?)

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

>On 11 Lug, 18:31, Alex <micha... DeleteThis @hotmail.it> wrote:
>> On 11 Lug, 07:08, Jack <accpac... DeleteThis @hotmail.com> wrote:
>>
>> > On Jul 10, 1:45 pm, Alex <micha... DeleteThis @hotmail.it> wrote:
>>
>> > > Hi!
>> > > I have a simple (for you! Smile) 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?? Sad

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)
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> Apache
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum