403 .htaccess problem
-
Hi,
I’m completely new to all of this and after getting wordpress installed, all of my pages give 403 errors. After doing a bit of searching around I learned about .htaccess and found mine, here it is:
Options +Indexes
Satisfy any
Order Deny,Allow
Allow from 172.17.0.0/16
Allow from 212.227.35.64/27
Allow from 212.227.34.151
Allow from 212.227.34.190
Deny from all
RemoveType .html .gif
AuthType Basic
AuthName “Access for /logs”
AuthUserFile /kunden/homepages/7/d315386974/htpasswd
require user u57228931Don’t ask me why, but my gut feeling was “Deny from all” was the problem. So when I tried changing the permission on my .htaccess file from 664 to 775, filezilla throws out this message:
Status: Set permissions of ‘/logs/.htaccess’ to ‘775’
Command: SITE CHMOD 775 .htaccess
Response: 550 CHMOD 775 .htaccess: Operation not permittedSo I’m kind of at a loss for what to do now… none of the pages on my site are working and this seems like the only solution, but I don’t have permission to edit my .htaccess file, is this something to do with my host?
I’d much appreciate if someone could shed some light on this.
Thanks!
- The topic ‘403 .htaccess problem’ is closed to new replies.