| Author |
Message |
JeRicHoOL Worker


Joined: Jul 20, 2008 Posts: 126 Location: Germany
|
Posted:
Tue Aug 05, 2008 5:40 pm |
|
I'm currently doing the settings for my NukeSentinel.
That's the step where I'm stuck.
I clicked the CGI Auth setup link and it gave me this code...
| Code: | # -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files >
deny from all
</Files>
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted by NukeSentinel(tm)"
AuthType Basic
AuthUserFile
</Files>
# -------------------------------------------
# End of NukeSentinel(tm) admin.php Auth
# ------------------------------------------- |
In the manual it gave a code which is a bit different...
| Code: | # -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files >
deny from all
</Files>
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted by NukeSentinel(tm)"
AuthType Basic
AuthUserFile
</Files>
# -------------------------------------------
# End of NukeSentinel(tm) admin.php Auth
# ------------------------------------------- |
I tried both codes and it always gave me an internal server error.
Is this step very important? If not then i'll just jump over it. |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 483
|
Posted:
Tue Aug 05, 2008 6:14 pm |
|
you need to fill out the relative paths to you htaccess, staccess and ftaccess
there's a good tutorial on here somewhere about it. |
|
|
|
 |
JeRicHoOL Worker


Joined: Jul 20, 2008 Posts: 126 Location: Germany
|
Posted:
Wed Aug 06, 2008 8:39 am |
|
Where do I have to add these paths? Can you give me an example how the code could look like?! |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 483
|
Posted:
Wed Aug 06, 2008 4:02 pm |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 8625 Location: Arizona
|
Posted:
Thu Aug 07, 2008 6:03 am |
|
The paths must be "absolute", not "relative".  |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 483
|
Posted:
Thu Aug 07, 2008 6:54 am |
|
yer thats what i meant to say lol |
|
|
|
 |
JeRicHoOL Worker


Joined: Jul 20, 2008 Posts: 126 Location: Germany
|
Posted:
Sun Aug 10, 2008 6:39 am |
|
I forgot to let you know that I got it to work. Just followed the steps again from the manual and it worked. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 8625 Location: Arizona
|
Posted:
Mon Aug 11, 2008 6:30 am |
|
Most excellent. Good to hear! |
|
|
|
 |
|
|
|
|