----- Original Message ----- From: "mulix" <[EMAIL PROTECTED]>
> * that url is long and ugly. anyone knows the apache-foo to map it to > a short and sweet url, say http://iglu.org.il/lxr ? The server has PHP installed, right? Create new file named index.php in the /lxr directory, with something like: <?php header('Location: http://www.iglu.org.il/cgi-bin/lxr/http/source/'); ?> You can probably do the same with the 'Alias' command in the apache config. > -- > mulix Sagi ---------------------------------------------------------------------------- To unsubscribe, send a message to [EMAIL PROTECTED] Archives available at http://www.mail-archive.com/[email protected]/
