Created by: robkorv
I would like to host the docs from http://localhost/~robkorv/bootstrap. With the base tag you can host it from anywhere. Make the base tag absolute and al the href tags relative.
<base href="http://localhost/~robkorv/bootstrap/">
Will link
<a href="components">Components</a>
To http://localhost/~robkorv/bootstrap/components Use
<base href="/">
To host everything from the root, like it is now.