View Single Post

Old 06-02-2007   #3 (permalink)
LorenGK
Senior Member
 
Join Date: May 2007
Posts: 105
LorenGK is on a distinguished road
Default Re: .htaccess problem

Yes sure:

I did try to put the FP .htaccess code below above and the Xoo .htaccess code and it didn't like that

Code:
# -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.gaiapulse.co.uk
AuthUserFile /home/gpulse/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/gpulse/public_html/_vti_pvt/service.grp
Hope this helps
LorenGK is offline   Reply With Quote