Page is a not externally linkable
nmjudy - 12:51 am on Sep 4, 2008 (gmt 0)
Say this is my file structure... Directory DirectoryStuff2 index.html How would I do a page-relative link from DirectoryStuff1/page1.html to without using the page name "index.html"? To avoid having the directory index shown, is my only choice then to use root-relative links in this case?
For years, I've always used the same kind of linking structure that you prefer. However, what I'm trying to do is to eliminate direct linking to any page named "index.html."
Root
DirectoryStuff1
page1.html
page2.html
index.html
page1.html
page2.html
index.html
DirectoryStuff1/index.html