HighRoller23 - thanks for the reply. I could be wrong, but your example still leaves a slash in the url once the visitor has arrived on the page. I could use the url www.example.com without the slash at the end, but this is for the internal linking of my site. For example,
in the exampe of a file: www.example.com/project1.index.html
I have set my internal links in my site set like:
<a href="/project1">text</a>
This makes sense. I just can't figure out how to link to the home page of our site (with an internal link) in this same way without creating a slash at end of url. Thanks for any suggestions.
I know using absolute urls internally within a site works, but I've seen over and over that this can slow things down. I was looking for a way to use a relative url to our home page, but that wouldn't leave a slash as the end result.
Last edited by andrew99; 03-23-2009 at 04:41 AM..
|