Page 1 of 1

Need to change url for webapp in Amahi Setup/Dashboard

Posted: Thu Feb 02, 2012 6:29 pm
by PatrickDickey
Hi everyone,

I installed Webmin, and reconfigured it to use a different port than 10000 (as recommended in most securing your webmin tips). Now, when I click on the webmin link, it doesn't work. So my question is where/and how do I change the configuration, so when I click on Webmin (in the dashboard or setup), it takes me to the right port?

Thanks, and have a great day:)
Patrick.

Re: Need to change url for webapp in Amahi Setup/Dashboard

Posted: Fri Feb 03, 2012 5:56 am
by bigfoot65
Probably not a bad idea, but not a big deal if you are not exposing the app outside your network.

Navigate to the /var/hda/web-apps/webmin/html directory. There is a file there labeled .htaccess that you need to edit. It is a hidden file, so doing a:

Code: Select all

ll
will not show it. Have to do:

Code: Select all

ls -al
Change the port number there, save, and it will then be accessible.