The "Apache" term for an IIS Virtual Directory is an alias. Using apache aliases is really simple. Search for: # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakename realname A few lines under, there might be an alias already set up. For example: Alias /icons/ "D:/My Documents/My Webs/Apache/icons/" <directory "D:/My Documents/My Webs/Apache/icons" > Options Indexes FollowSymlinks MultiViews Includes AllowOverride None Order allow,deny Allow from all </directory> Add as many aliases as you need, listing the path to the folder on your hard drive, using the same format as previously listed. If you are utilizing Server Side Includes (SSI) you must make sure the text “Includes” is listed or SSI will not render properly when testing in Apache. Hope this helps.