Skip to content

Commit

Permalink
removed Satisfy All directive FS#2750
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Apr 19, 2013
1 parent 2d3f0c1 commit 8e06db6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .htaccess.dist
Expand Up @@ -8,7 +8,6 @@
<Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
Order allow,deny
Deny from all
Satisfy All
</Files>

## Uncomment these rules if you want to have nice URLs using
Expand Down
1 change: 0 additions & 1 deletion conf/.htaccess
@@ -1,4 +1,3 @@
## no access to the conf directory
order allow,deny
deny from all
Satisfy All
1 change: 0 additions & 1 deletion data/.htaccess
@@ -1,3 +1,2 @@
order allow,deny
deny from all
Satisfy All
1 change: 0 additions & 1 deletion inc/.htaccess
@@ -1,4 +1,3 @@
## no access to the inc directory
order allow,deny
deny from all
Satisfy All
1 change: 0 additions & 1 deletion inc/lang/.htaccess
@@ -1,4 +1,3 @@
## no access to the lang directory
order allow,deny
deny from all
Satisfy All

1 comment on commit 8e06db6

@sebastianblum
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello!

Why did you remove satisfy all?

I have the case, that we secured the root directory with htpasswd password protection if our static company ip addresses are not used.
But in this case, the .htaccess file does not work in the subfolders "conf", "data" and "inc"

Can you please explain why you removed "satisfy all" from these files?

greetings, Sebastian

Please sign in to comment.