JayKarabin
MIS
Hello all.
I am trying to moving directories such that when someone types host.domain.com/dir they will get bounced there.
I was able to do it when i had the directories in the default web directory, but i am now trying to move them to
/home/dirname
using alias as:
/brian /home/brian
I also have tried to set a directive in httpd.conf as:
<Directory "/home/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Any help would be appreciated.
J
I am trying to moving directories such that when someone types host.domain.com/dir they will get bounced there.
I was able to do it when i had the directories in the default web directory, but i am now trying to move them to
/home/dirname
using alias as:
/brian /home/brian
I also have tried to set a directive in httpd.conf as:
<Directory "/home/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Any help would be appreciated.
J