Hi all,
I am trying to configure a virtual directory or alias to point to something outside the document root. My document root is /home/httpd. I want to setup an alias as /webspeed31d/ which translates to /progress/dlc31d/webspeed/. My alias line looks like this:
Alias /webspeed31d/ "/progress/dlc31d/webspeed"
<Directory "/progress/dlc31d/webspeed/">
Allow from all
</Directory>
I've stopped and started Apache, even rebooted the server, but for some reason, it keeps redirecting it to /home/httpd/progress/dlc31d/webspeed, which doesn't exist. It seems to be putting the document root path in front of my alias.
The strange thing was it was working the other day.
Any ideas would be greatly appreciated!
Thanks,
Jenica
I am trying to configure a virtual directory or alias to point to something outside the document root. My document root is /home/httpd. I want to setup an alias as /webspeed31d/ which translates to /progress/dlc31d/webspeed/. My alias line looks like this:
Alias /webspeed31d/ "/progress/dlc31d/webspeed"
<Directory "/progress/dlc31d/webspeed/">
Allow from all
</Directory>
I've stopped and started Apache, even rebooted the server, but for some reason, it keeps redirecting it to /home/httpd/progress/dlc31d/webspeed, which doesn't exist. It seems to be putting the document root path in front of my alias.
The strange thing was it was working the other day.
Any ideas would be greatly appreciated!
Thanks,
Jenica