Blocking subdirectories by name

This is a discussion on Blocking subdirectories by name within the Apache Web Server forums, part of the Web Server and Related Forums category; Greetings! Can I block access to all subdirectories by name in a root .htaccess file? I want to block access ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-22-2007
Matthew Hauck
 
Posts: n/a
Default Blocking subdirectories by name

Greetings!

Can I block access to all subdirectories by name in a root .htaccess
file? I want to block access to all ".svn" folders. I already added
"IndexIgnore .svn" but that doesn't quite do the trick.

Thanks in advance!

-Matt

  #2 (permalink)  
Old 01-23-2007
Matthew Hauck
 
Posts: n/a
Default Re: Blocking subdirectories by name

Greetings!

It worked thanks! I modified it a bit though and took out the end of
line anchor.

<Directory ~ "^.*\.svn">
Order allow, deny
Deny from all
</Directory>

-Matt

On Jan 22, 9:57 pm, Davide Bianchi <davideyeahs...@onlyforfun.net>
wrote:
> On 2007-01-22, Matthew Hauck <mattha...@gmail.com> wrote:
>
> > Can I block access to all subdirectories by name in a root .htaccess
> > file?
> > I want to block access to all ".svn" folders. I already addedSomething like

>
> <Directory ~ "^.*\.svn$">
> Order allow, deny
> Deny from all
> </Directory>
>
> See also the documentation for DirectoryMatch
>
> Davide
>
> --
> The best Windows accelerator is that which works at 9.81 m/s2
> -- From a Slashdot.org post


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:42 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0