Forum Moderators: phranque
Since then the site comes up fine, but any files in directories other than the document root are not found.../var/www/html comes up fine. Any other directory where I have files now can't be seen. This is what I have in the httpd.conf file, which has always worked in the past as an example.
<Directory /var/www/clipart>
Options -Indexes MultiViews
AllowOverride None
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
What am I missing?