Forum Moderators: phranque
I have two config problems, please suggest me something to do:
1) If I change the documentroot from /usr/local/apache2/htdocs to anything, I see only a white blank page when I want to see my page (dir exists, index.html is there).
2) I want access to files outside my documentroot directory but I always get 'access denied'. So I included
<Directory /something/other/docs>
Allowoverride None
Options All
Order allow,deny
Allow from all
</Directory>
in httpd.conf and restarted but nothing happened. What did I do wrong and what should I do instead?
Thanks,
Zolley