Quote:
|
Originally Posted by MikeDubreuil
What you need to setup is called an alias. Technically, an alias maps to a directory that is not in the web server's document root. I would try modifying the Apache config file with something like the following:
Code:
Alias /shareware_dir "X:\shareware\"
<Directory "X:\shareware">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
|
ok, I tried that, I'm not getting it to work, I've changed my coding and directories to shareware to make it a little easier, within the above code I changed x to d because the files I want to access are on my d drive. What am I missing? Alias' are loaded.