1 (edited by Amarantus 2012-04-23 21:53:10)

Topic: iredmail and .htaccess in roundcube

Hi,

I want add to .htaccess in roundcube directory this line:

AuthType Basic
AuthName "require login "
AuthUserFile "/usr/local/www/.htpasswd"
require valid-user

and it not working.

In another directory, for example: .../apache22/data works fine.
When I delete other line in .htaccess from roundcube directory and file looks:

AuthType Basic
AuthName "DOSTEP TYLKO DLA ZALOGOWANYCH UZYTKOWNIKOW: "
AuthUserFile "/usr/local/www/.htpasswd"
require valid-user

works fine.

I can't authorization and connect the line in original roundcube .htaccess file.

Please help.

- iRedMail version: 0.7.4 MySQL
- BSD distribution name and version: FreeBSD 8.2

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iredmail and .htaccess in roundcube

A message error log file ?
Has .htaccess been right chmoded ?

3

Re: iredmail and .htaccess in roundcube

nicolasfo wrote:

A message error log file ?
Has .htaccess been right chmoded ?

.htaccess 644 root:wheel

error log: access deny by server configuration