|
dumass -> deny visitors (6/9/2009 18:40:15)
|
Hi diminishing Fpagers I'd like to prevent one or two people accessing certain pages of my site (all of the site if that's the only alternative). Contacted my host who said i needed to add " Deny from ..... the ip address i want to ban goes here" In my control panel in the .htaccess file i have this: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.my site AuthUserFile /home/myname/www/www/_vti_pvt/service.pwd AuthGroupFile /home/myname/www/www/_vti_pvt/service.grp Not sure where i'm supposed to add the info but more importantly he said i could corrupt the FP extensions if i carry out this action. Does anyone use the .htaccess file for barring users via their ip address and has it caused problems with the extensions? T.I.A for any help -mike
|
|
|
|