Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73840 | Differences between
and this patch

Collapse All | Expand All

(-).htaccess.org (-3 / +6 lines)
Lines 1-10 Link Here
1
AuthUserFile .htpasswd
1
AuthUserFile /var/www/localhost/htdocs/dbmailadministrator/.htpasswd
2
AuthGroupFile None
2
AuthGroupFile None
3
AuthType Basic
3
AuthType Basic
4
AuthName "Welcome to DBMA. Please enter your username and password."
4
AuthName "Welcome to DBMA. Please enter your username and password."
5
5
6
<Limit GET POST>
6
<Limit GET POST>
7
require valid-user
7
require valid-user
8
order allow,deny
8
Options Multiviews ExecCGI
9
allow from all
9
<IfModule mod_access.c>
10
	Order allow,deny
11
	Allow from all
12
</IfModule>
10
</Limit>
13
</Limit>

Return to bug 73840