Hello, I tried to secure a directory by using .htaccess and .htpasswd but it fails. The webspace has Fast-CGI and SuExec enabled. What is the proper way to secure a whole directory and files and directories inside it? www.domain.com/backend --> Have a nice weeked you all. Best regards, Marcus
Please check if AllowOverride is set correctly for that directory (see http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride ). Should be Code: AllowOverRide AuthConfig or Code: AllowOverRide All