Hello all, I have installed the Next Gen Google Tap and have uploaded the .htaccess file but I also have nuke sentinal installed which as most of you know needs this added to the .htaccess file
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 /home/kingkoss/public_html/.staccess
</Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
thing is how do I go about adding this code to the next gen .htaccess, I have tried just adding it to the top of the next gen file but doesnt work.
thanks for any help
mrix
Thanks for the help I added that piece of code to the top of the file without the text you mentioned but unfortunately now I cant seem to log in when I put user and pass the box keeps popping up to add the user / pass again.
Cheers
mrix
Joined: Mar 06, 2004 Posts: 1156 Location: Sanbornton, NH USA
Posted:
Tue Apr 26, 2005 10:06 am
Mine looks like this:
Code:
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module)$">
</FilesMatch>
<Limit GET PUT POST>
Order Allow,Deny
Allow from all
</Limit>
<Files /home/.htpasswds/.staccess>
deny from all
</Files>
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted"
AuthType Basic
AuthUserFile /home/.htpasswds/.staccess
</Files>
RewriteEngine on
Rewritebase /
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum