| > I would like my links to have links like this:
> <http://www.mysite.com/my_page/>
>
> NOT:
> <http://www.mysite.com/my_page/index.html>
The first url tells the server to get the default page for that directory,
while the second tell it to get a specific page. They may or may not be the
same.
A mirror is NOT a web server, it is a collection of files. So all links are by
default relative and must point to the actual disk filename. the "http://"
must be removed | |