1 (edited by noob 2014-03-27 23:03:31)

Topic: I need some apache configuration

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Linux/BSD distribution name and version: ubuntu 12.04
- Related log if you're reporting an issue:
====

Well, after I installed iredmail, i noticed that i can't use localhost because it's redirect me on https://localhost/mail, even after i did some changes in /etc/hosts it stil doesn't work, i want to use localhost for testing, i would  probably not need roundcube mail or i'll still use it but to some domains not all of them, where should I edit(exactly) in apache ?

----

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

2

Re: I need some apache configuration

Rename the file index.html (to index1.html for example) located in /var/www. It will kill of the redirect.

3 (edited by noob 2014-03-28 17:53:22)

Re: I need some apache configuration

hferreira wrote:

Rename the file index.html (to index1.html for example) located in /var/www. It will kill of the redirect.

Thx, ok let's say i would need index.html, what should I edit to disable this redirect?

4

Re: I need some apache configuration

Comment the meta tag:  <meta HTTP-EQUIV="REFRESH" content="0; url=/mail/">