I just configured my files (version 1.81) and uploaded everything. I chmoded my listmail folder to 755.
When I attempt to access the folder I placed my files in, I get the Forbidden error. I have tried manually adding a folder lock through cpanel. It gives me the login box, I login, and then I still get the message. The only thing I can figure is it has to do with my base htaccess or this program.
# -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.[mydomain].com
AuthUserFile /home/[mydomain]/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/[mydomain]/public_html/_vti_pvt/service.grp
Options All -Indexes
DirectoryIndex default.php
I have another sub-folder which is password protected and it works fine.
I have now tried 3 browsers with the same result.
Any help would be greatly appreciated.
Thank you,
Laurie