1

Topic: Changing web browser point-to from /iredadmin to /admin

==== Provide required information to help troubleshoot and get quick answer ====
- Linux/BSD distribution name and version: CentOS 6.2
- iRedMail version and backend (LDAP/MySQL): OpenLDAP
- Any related log? Log is helpful for troubleshooting. N/A - Inquiry
====

Zhang,

Is it possible to rename /iredadmin to /admin to make it easier for my staff to login? I am assuming this can be done with a simple change in the symlink, but unsure if I also need to change the virtual host settings in /etc/httpd/conf.d..Please advise

----

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

2

Re: Changing web browser point-to from /iredadmin to /admin

You don't need to change symbol link, just simply change "Alias" in /etc/httpd/conf.d/iredadmin.conf.

3 (edited by juvix 2012-02-13 23:38:17)

Re: Changing web browser point-to from /iredadmin to /admin

ZhangHuangbin wrote:

You don't need to change symbol link, just simply change "Alias" in /etc/httpd/conf.d/iredadmin.conf.


[root@mail conf.d]# vi iredadmin.conf

WSGISocketPrefix /var/run/wsgi
WSGIDaemonProcess iredadmin user=iredadmin threads=15
WSGIProcessGroup iredadmin

AddType text/html .py

<Directory /var/www/iredadmin/>
    Order allow,deny
    Allow from all
</Directory>

I don't see an alias option other then to change the directory.

4

Re: Changing web browser point-to from /iredadmin to /admin

It's defined in /etc/httpd/conf.d/ssl.conf.