From 8fd384ce580ebab3d44372faa81fc8e4750b24d4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 13 Mar 2007 17:28:48 +0000 Subject: [PATCH] fixed .htaccess files --- lam/HISTORY | 3 ++- lam/config/.htaccess | 2 +- lam/config/pdf/.htaccess | 4 ++++ lam/config/pdf/logos/.htaccess | 4 ++++ lam/config/profiles/.htaccess | 2 +- lam/config/selfService/.htaccess | 2 +- lam/lib/.htaccess | 4 ++-- lam/sess/.htaccess | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 lam/config/pdf/.htaccess create mode 100644 lam/config/pdf/logos/.htaccess diff --git a/lam/HISTORY b/lam/HISTORY index 70967156..a319cb21 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -7,7 +7,8 @@ -> ShadowAccount: PDF entry for expire date was wrong (1658868) -> Samba groups: fixed help entry (patch 1664542) -> Debian package did not include lamdaemonOld.pl (1660493) - -> Nis mail aliases: allow more characters in alias name (1674198) + -> NIS mail aliases: allow more characters in alias name (1674198) + -> fixed syntax errors in some .htaccess files Developers: API changes: diff --git a/lam/config/.htaccess b/lam/config/.htaccess index 11c59d17..6b7971c2 100644 --- a/lam/config/.htaccess +++ b/lam/config/.htaccess @@ -1,4 +1,4 @@ - + Order allow,deny Deny from all diff --git a/lam/config/pdf/.htaccess b/lam/config/pdf/.htaccess new file mode 100644 index 00000000..6b7971c2 --- /dev/null +++ b/lam/config/pdf/.htaccess @@ -0,0 +1,4 @@ + + Order allow,deny + Deny from all + diff --git a/lam/config/pdf/logos/.htaccess b/lam/config/pdf/logos/.htaccess new file mode 100644 index 00000000..6b7971c2 --- /dev/null +++ b/lam/config/pdf/logos/.htaccess @@ -0,0 +1,4 @@ + + Order allow,deny + Deny from all + diff --git a/lam/config/profiles/.htaccess b/lam/config/profiles/.htaccess index 11c59d17..6b7971c2 100644 --- a/lam/config/profiles/.htaccess +++ b/lam/config/profiles/.htaccess @@ -1,4 +1,4 @@ - + Order allow,deny Deny from all diff --git a/lam/config/selfService/.htaccess b/lam/config/selfService/.htaccess index 11c59d17..6b7971c2 100644 --- a/lam/config/selfService/.htaccess +++ b/lam/config/selfService/.htaccess @@ -1,4 +1,4 @@ - + Order allow,deny Deny from all diff --git a/lam/lib/.htaccess b/lam/lib/.htaccess index 9e4eb6a5..d562e51a 100644 --- a/lam/lib/.htaccess +++ b/lam/lib/.htaccess @@ -1,8 +1,8 @@ - + Order allow,deny Deny from all - + Order allow,deny Allow from all diff --git a/lam/sess/.htaccess b/lam/sess/.htaccess index 11c59d17..6b7971c2 100644 --- a/lam/sess/.htaccess +++ b/lam/sess/.htaccess @@ -1,4 +1,4 @@ - + Order allow,deny Deny from all