Log in

View Full Version : link?



remp
07-23-2007, 06:31 AM
Hellos eveyone... How can i do so that i can give my website link to some one but for example if i want to send them to about us, i give them the link: ww.mydomain.com/about_us instead of ww.mydomain.com.about_us.html? Get it?

mwinter
07-23-2007, 06:47 AM
Search the archives for the word "extension-less" to find posts I've previously written on the subject.

Sliight
07-23-2007, 06:49 AM
Well you have to have the link code directing to the full name of the page. You can however have the appearance different than the link itself.

Try this:

<a href="www.mydomain.com.about_us.html">About us</a>

Your link may actually need to be www.mydomain.com/about_us.html , unless you set it up with a .

You can essentially place any text that you want in place of the "About us" before the </a>

If this isn't what you actually want, please describe in more detail what it is you're trying to do, and posisbly a link to the pages you want connected.

remp
07-23-2007, 06:59 AM
actually, im talking about the domain in the address bar, so that people don't have to put the extension of the link...