Forum Moderators: phranque
This is my httpd.conf:
Alias /prem/139/ "H:/webroot/htdocs/webroot/"
<Directory "H:/webroot/htdocs/webroot">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Welcome to WebmasterWorld!
Since you are on Windows, you might want to try using a valid Windows filepath:
Alias /prem/139 H:\webroot\htdocs\webroot
In particular, if you are creating an Alias to a directory outside of your DocumentRoot, you may need to explicitly permit access to the target directory.
Jim