[SOLVED] Showing images on a different drive...
Posted: Sun Jan 23, 2005 4:27 pm
My server runs on the C drive, but i want to display images from the F drive... how do i do this?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
Alias /icons/ "F:/icons/"
<Directory "F:/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>