Hi there, I would like to access a wordpress installation in my home directory on my Fedora box through Apache. When I try to access its wp-admin dir, I get You don't have permission to access /kolozsvar/wp-admin on this server. I have an AliasMatch directive in /etc/httpd/conf/httpd.conf: AliasMatch ^/kolozsvar/(.*)$ /home/gergoe/projects/kolozsvar/wordpress/$1 Following the Using Unix Groups section here: http://wiki.apache.org/httpd/FileSystemPermissions I created a 'web' group and put my user and apache into it, and gave 640 for the files and 750 for the dirs. >From the above error message it seems that AliasMatch does work but for some reasons the permission is not right. $ ls -ld wp-admin/ drwxr-x--- 9 gergoe web 4096 Sep 7 08:54 wp-admin/ What do you suggest to fix this? - Gergely --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx