Forum Moderators: phranque

Message Too Old, No Replies

URL Frame directing to port 81, only document root found

Files in other directories not found.

         

madalluge

4:07 pm on Oct 4, 2005 (gmt 0)

10+ Year Member



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 www 00.00.000.000:81 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/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?

madalluge

9:22 pm on Oct 4, 2005 (gmt 0)

10+ Year Member



I've tried the AllowOverride All and it doesn't change anything...I still can't find any files other than in the document root.