user_dir htaccess error
Getting this error while trying to the the user dir's
[Tue Aug 26 23:50:38 2003] [crit] [client 192.168.0.5] (13)Permission denied: /home/knightlord/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Conf File
<IfModule mod_userdir.c>
Userdir enabled knigthlord
UserDir /home/*/public_htm/
<Directory /home/*/public_html>
AllowOverride ALL
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
</IfModule>
I have tryed
<IfModule mod_userdir.c>
Userdir enabled knigthlord
UserDir /home/*/public_htm/
#<Directory /home/*/public_html>
# AllowOverride ALL
# Options Indexes FollowSymLinks MultiViews
# Order allow,deny
# Allow from all
# </Directory>
</IfModule>
and get the same thing.. tryed everything that i could think of.. copyed my friends conf file for this part and get the same error msgs
|