summaryrefslogtreecommitdiff
blob: e3d7f7962b4456827440f7366795196452706479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
You should modify ${MY_INSTALLDIR}/.htaccess to fit your needs.

****************************************************
In order to prevent unauthorized access to your Myth
installation, MythWeb has been installed requiring
authentication by default but with no valid users.
You can add users by using these instructions:

Run htpasswd2 as follows to set your username and 
password.

# htpasswd2 -c ${MY_INSTALLDIR}/.htpasswd <username>

If you already have an .htpasswd file you'd like to
use, copy it to ${MY_INSTALLDIR}
*****************************************************