|
Home > Archive > Unix administration > July 2007 > .htaccess
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Stupid question: how can I block access on a _file_ with .htaccess?
little confused,
Floor
| |
| Barry Margolin 2007-07-08, 7:18 pm |
| In article <46912f5e$0$330$e4fe514c@news.xs4all.nl>,
"Floor" <Floor@yahooh.co.not> wrote:
> Stupid question: how can I block access on a _file_ with .htaccess?
Unix doesn't use .htaccess files for access control. They're used for
configuring web servers.
If your question is about how to block access within a web server, you
should ask in comp.infosystems.www.servers.unix.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
| |
| Dave Hinz 2007-07-08, 7:18 pm |
| On Sun, 08 Jul 2007 15:39:44 -0400, Barry Margolin <barmar@alum.mit.edu> wrote:
> In article <46912f5e$0$330$e4fe514c@news.xs4all.nl>,
> "Floor" <Floor@yahooh.co.not> wrote:
>
>
> Unix doesn't use .htaccess files for access control. They're used for
> configuring web servers.
>
> If your question is about how to block access within a web server, you
> should ask in comp.infosystems.www.servers.unix.
or, google:
..htaccess file example
| |
| Russell Wood 2007-07-12, 1:19 pm |
| On 2007-07-08, Barry Margolin <barmar@alum.mit.edu> wrote:
> In article <46912f5e$0$330$e4fe514c@news.xs4all.nl>,
> "Floor" <Floor@yahooh.co.not> wrote:
>
>
> Unix doesn't use .htaccess files for access control. They're used for
> configuring web servers.
That being said; if your question /is/ related to a file on UNIX then
your answer lies with the `chmod' command.
--
Russell Wood <http://www.dynode.net/~rjw/>
|
|
|
|
|