Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
That's all you should have to do is create a link that leads to the directory/folder that you want to show in the browser.
Something that might be a problem is permissions. If the server is set up to not allow access to a directory/folder you won't be able to see the contents of the folder. Some servers are set up so that if there is not an index file in the folder you will either see the contents of the folder or you will bolcked due to permissions.
If permissions allow you to see what's in the folder simply use a link like this
http://www.mysite.com/foldername/
and you will see the contents of the folder. Remember, if there is an index.htm file in this folder it will open. So you will need to rename index.htm to something else (Example: index1.htm )
Hope this helps
|