| Author |
Message |
siriusdave New Member


Joined: Mar 25, 2006 Posts: 7
|
Posted:
Tue Apr 24, 2007 10:58 am |
|
Hi all need a bit of help
i am running rwsRavenNuke76_v2.02.00_FULL
but when i upload the .htaccess file to my server my site just come up with the 500 error.........
cmd it to 666 and still the same
help please need to ban some people...... |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Apr 24, 2007 1:49 pm |
|
probably caused by one of these lines...
Options All -Indexes
DirectoryIndex index.php index.htm index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .ftaccess>
deny from all
</Files>
<Files .staccess>
deny from all
</Files>
start taking them out one by one... |
|
|
|
 |
siriusdave New Member


Joined: Mar 25, 2006 Posts: 7
|
Posted:
Fri May 04, 2007 11:31 pm |
|
found out its this bit
Options All -Indexes
DirectoryIndex index.php index.htm index.html
and
<Files .ftaccess>
deny from all
</Files>
<Files .staccess>
deny from all
</Files>
so i removed them and it wrok but if i try and ban people
and they ip address is added to the file i get the 500 error up
so if the file has deny in it my site will not work ....help please... |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Sat May 05, 2007 3:23 am |
|
i saw that once before....
bit weird...
contact your host and ask them about that.. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4578 Location: Slovakia - working my way around Eastern Europe
|
Posted:
Sat May 05, 2007 7:34 am |
|
This sounds very much like your host not allowing directives in htaccess |
|
|
|
 |
|
|
|
|