How to change initial login (redirect) away from User Mode

Okay, I have searched the forum and google, but I cannot figure out how to change this…

We have trixbox installed on server behind firewall with private IP of 192.168.1.100. When you type that IP into web browser, it redirects you to 192.168.1.100/user which is the User Mode interface.

I know this has something to do with httpd and conf files and it is related to the Alias Directive (which I used a long time ago on an XAMMP install), but I cannot find which file this redirect is located in.

I checked in /etc/httpd/conf/httpd.conf and I also checked in /etc/trixbox/httpdconf/trixbox.conf and I can’t find it!

Any help pointing me to the location would be appreciated!

192.168.1.100/index.*?

Okay I found it… I think this is trixbox specific though…

It’s in /var/www/html/index.php

Thanks