1

Topic: folder root path

hi, guy
I'm can't chang root folder path of iredmail
example:
change: http://localhost/mail/ >to> http://localhost/
thanking you for answer.

----

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

2

Re: folder root path

Create file 'index.html' under Apache DocumentRoot with below content:

<html>
    <head>
        <meta HTTP-EQUIV="REFRESH" content="0; url=/mail">
    </head>
</html>

3

Re: folder root path

Thank you very must.