Forum Moderators: open
I can quite see why it's good sense to miss off the final index.html in a link from one HTML page to the index page in a folder - it makes the link technology-independent, and also removes a bit of bloat.
How do I do this in Dreamweaver MX Mac - it *insists* I point to the index.html file when I try to make the link.
Do I have to take them all off by hand, or is there a subtle way I've missed?
DerekH
I understand though that the problem is that you must link to 'something' - may be I'd create some "file marker" and link to it each time, and delete all links to it after. Another solution is typing all links manually in Properties panel, but that's not very wise, is it :)
If I have a template, and inside it I make a link using the Point To File, so that the link reads
abc/def/
Then when I apply the template to a page, the link in the page becomes
abc/def
And then when I upload that page and serve it, clicking on the link causes my server to redirect /def to /def/ - wasted efforts and a slower response...
So I'm no nearer solving this one yet!
DerekH