Posted by Benjamin Niemann on 12/28/05 17:39
David Segall wrote:
> I sometimes I post or email a link to a page on my web site. I would
> like to make it as short as possible but don't want to use
> <http://tinyurl.com/>. I would prefer to put the ultimate location for
> all the likely places on one html page. Ideally it the link would be
> something like "mystite.com#gohere". Any suggestions?
If your website is hosted on an apache server, you could put lines like
Redirect /shorturl http://www.example.org/this/is/the/long/url.html
into you're .htaccess file.
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://www.odahoda.de/
[Back to original message]
|