ShadowIce
05-15-2009, 08:28 PM
Hi everyone :) I have tried countless times to upload my site to my host, yes the files & folders have the correct chmod permissions, no i'm not missing any files, and I get this error when i go to Page then edit with Microsoft Frontpage in my Internet Explorer 7.
403 Permission Denied
403 Permission Denied You do not have permission for this request /_vti_bin/_vti_aut/author.exe
Here's my .htaccess file for public_html & _vti_aut:
#-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 perchamerica.org
AuthUserFile /home7/perchame/public_html/_vti_pvt/service.pwd
AuthGroupFile /home7/perchame/public_html/_vti_pvt/service.grp
How can I fix this?
Thanks! :)
~ShadowIce~
403 Permission Denied
403 Permission Denied You do not have permission for this request /_vti_bin/_vti_aut/author.exe
Here's my .htaccess file for public_html & _vti_aut:
#-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 perchamerica.org
AuthUserFile /home7/perchame/public_html/_vti_pvt/service.pwd
AuthGroupFile /home7/perchame/public_html/_vti_pvt/service.grp
How can I fix this?
Thanks! :)
~ShadowIce~