Thread
:
.htaccess dilemma
View Single Post
09-25-2003, 09:49 AM
JFPdude
Confirmed User
Join Date: Jan 2002
Location: Mountains of Western North Carolina.
Posts: 4,027
AuthName AllowLocalAccess
AuthType Basic
#Limit GET POST#
order deny,allow
deny from all
allow from x.x.x.x
#/Limit#
Replace #'s with >'s or <'s respectively
JFPdude
View Public Profile
Find More Posts by JFPdude