I recently changed the direction of my webserver to port 81, using URL Frame as I have a business site on port 80. @ 00.00.000.000:81 and The zero's are obviously my IP address.
Since then the site comes up fine, but any files in directories other than the document root are not found.../var/ 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/Options -Indexes MultiViews
AllowOverride All
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
What am I missing?
Since then the site comes up fine, but any files in directories other than the document root are not found.../var/ 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/Options -Indexes MultiViews
AllowOverride All
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
What am I missing?