[solved] having a .htaccess file causes server (500) errors... - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [solved] having a .htaccess file causes server (500) errors... (/thread-2221.html) Pages: 1 2 |
RE: having a .htaccess file causes server (500) errors... - BeNe - 01-25-2008 08:26 AM Mhhh but these are all Apache values and you said that you allow "FollowSymlinks" in you apacheconfig. Hower so i can mark this thread as solved ? Greez BeNe RE: [solved] having a .htaccess file causes server (500) errors... - four2theizz0 - 10-08-2008 03:51 AM Hi, I am having this problem as well...but all I am doing is password protecting a directory AuthName "Member's Area" AuthType Basic AuthUserFile /etc/.htpasswd Require valid-user something i am missing? RE: [solved] having a .htaccess file causes server (500) errors... - BeNe - 10-08-2008 03:54 AM And what does your Apache Log say ? Next is Code: AuthUserFile /etc/.htpasswd For sure Apache can read here ? Greez BeNe RE: [solved] having a .htaccess file causes server (500) errors... - four2theizz0 - 10-08-2008 04:44 AM wowowo thank you heheh, it was the access problem |