From: Jeff D. <je...@ba...> - 2001-11-18 23:50:07
|
----- Original Message ----- From: "Phillip Tiburcio" <ne...@ya...> To: <ids...@li...> Sent: Saturday, November 17, 2001 1:39 PM Subject: [Ids-devel] alternate path question > hello everyone! I have a question regarding path > configuration, but first I'd like to thank the > developers for providing such an excellent photo album > system. This is a very sharp project and everyone who > has seen my ids pages loves it. keep up the good work! > > The question I have is this: currently the way to get > to my ids site is to hit > http://servername.org/cgi-bin/ids/index.cgi. > (I am running ids 0.8/apach 1.3.22/perl 5.6.1 under > windows 2000+cygwin) If you have mod_rewrite enabled, you could do something like this: RewriteEngine on RewriteRule ^/$ /cgi-bin/ids/ [R] Jeff |