Hi, I just installed Sentinel on my local machine (
http://elitesf.no-ip.info) :P
I am trying to login to admin.php but a dialog shows up and says username and password. ?? I'm new lol I am using Nuke 7.5.
I have the randon number generator on my site,
The .staccess file is empty and under .htaccess in \html:
Code:
Options All -Indexes
DirectoryIndex index.php index.htm index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .staccess>
deny from all
</Files>
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted"
AuthType Basic
AuthUserFile /path/to/your/.staccess
</Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
Is this ok? Thanks! 8)
BTW: I am using 2.12 of Sentinel.
Sorry - How would I put a logo up there anyways?

ops: