01-25-07 06:21 PM
On Jan 25, 2:11 pm, Rik <luiheidsgoe...@hotmail.com> wrote:
> On Thu, 25 Jan 2007 15:00:09 +0100, <alan.lar...@gmail.com> wrote:
>
>
>
>
> What's in the .htaccess exactly?
> --
> Rik Wasmus
> * I'm testing several new newsreaders at the moment. Please excuse
> possible errors and weird content. *
The parents .htaccess contains:
php_flag magic_quotes_gpc off
php_value include_path
.:/usr/local/apache2/htdocs/mysite:/usr/local/apache2/htdocs/mysite/mysubdi
r/geshi
DirectoryIndex index.php
and a number of these:
<FilesMatch xxxx>
AuthType Basic
AuthName "Restricted Section"
AuthUserFile /usr/local/apache2/htdocs/mysite/.htpasswd
Require user admin
Options +Indexes
</FilesMatch>
that match specific files in the parent directory so I dont think its
the problem. BTW, neither php nor html are severd from mysdir.
Thanks.
[ Post a follow-up to this message ]
|