From: Gilles D. <gr...@sc...> - 2001-11-28 03:48:39
|
According to Martin Resch: > In my index.html (contemporary start-url) i link all files like this: > > <a href="index2.php?h_sNextSite=something.php"></a> > > This has to be in that form because I get on this way some variables in > the output-url like > > http://server/index2.php?h_sNextSite=something.php&variable1=something&v > ariable2=somthing_else and so on. > > I get also a session-id as variable like ....&session=12345, but I don't > want to have it. Can I exclude this piece of the url? It is always in > form of $session=[the ID]. You'd need to grab the latest 3.1.6 or 3.2.0b4 snapshot from http://www.htdig.org/files/snapshots/ and use the url_rewrite_rules attribute in either of those. See htdoc/attrs.html in the source for information on how to use this attribute. -- Gilles R. Detillieux E-mail: <gr...@sc...> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 |