Help With .htaccess, please

FP2002, Apache 2.0.52, Fedora Core 3. Everything is working as expected
except:

I am trying to ban access from some clients.

In my root directory, my .htaccess looks like:
------------------------------------------
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
allow from all
deny from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName server.tqmcube.com
AuthUserFile /var/www/html/_vti_pvt/service.pwd
AuthGroupFile /var/www/html/_vti_pvt/service.grp

order allow,deny
deny from xxx.xxx.xxx.xxx (client IP)
allow from all
---------------------------------------------

Inexplicably, this causes hover buttons not to work. Any suggestions?

--
Displayed Email Address is a Spam Trap
Use dch-at-tqmcube-dot-com
dch [ Di, 14 Dezember 2004 18:22 ] [ ID #536622 ]

Re: Help With .htaccess, please

changes inlined below...

"dch" <ExMachina [at] TQMcube.com> wrote in message news:ejFvd.3379$Z%1.2679 [at] trnddc03...
> FP2002, Apache 2.0.52, Fedora Core 3. Everything is working as expected
> except:
>
> I am trying to ban access from some clients.
>
> In my root directory, my .htaccess looks like:
> ------------------------------------------
> # -FrontPage-
>
> IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
>

<Limit GET>
order allow,deny
allow from all
deny from xxx.xxx.xxx.xxx (client IP)
</Limit>



> <Limit PUT DELETE>
> order deny,allow
> deny from all
> </Limit>
> AuthName server.tqmcube.com
> AuthUserFile /var/www/html/_vti_pvt/service.pwd
> AuthGroupFile /var/www/html/_vti_pvt/service.grp

changes inlined above...

Robb Topolski
Robb Topolski [ Mi, 22 Dezember 2004 15:17 ] [ ID #549089 ]
Microsoft » microsoft.public.frontpage.extensions.unix » Help With .htaccess, please

Vorheriges Thema: Re: Santa Clause like you have never seen him before VIRUS WARNING
Nächstes Thema: FP author.exe high cpu hangs web server