Ok my proble is as follows: my Apache2 is configured with
/srv/www/htdocs as DocumentRoot and I can access that folder without
any problems by pointing the browser to
http://localhost/, but as soon
as I create a subfolder I get Access Forbidden when I try to access
that one.
Also I'm trying to have a folder in my home-directory linked in the
apache filesystem: I tried almost everything (link from
/home/cxd/public_html -> /srv/www/htdocs/cxd, reverse link,
mod_userdir, ...)but all I get is the 403 Access Denied message.
Can someone give me a hint what to do now?