Howdy Folks, I am having a hard time creating a symbolic link. I am able to create the link, but I'm not quite getting it right. I have the following directory structure. -----Domain ---------------httpdocs ---------------httpsdocs I am trying to get httpsdocs to show all the files that are in the httpdocs folder. I use the following command: ln -s httpdocs/ httpsdocs/ I end up with a sub-directory in httpsdocs, httpdocs. Close but no cigar. Thanks for the help and illumination Todd