> <Location /> > PermanentRedirect "localhost/cgi-bin/blah.cgi" > </location> This both work and doesn't work... the correct line should be: RedirectPermanent /index.html http://localhost/cgi-bin/blah.cgi
the problem is that the 2nd argument of RedirectPermanent must be an URL (not a URL path)...what if someone is browsing my computer using http://myipaddress/ they will get redirected to, effectively: http://127.0.0.1/cgi-bin/blah.cgi this is obviously not cool! I don't think this is an apache-version problem...do u think u have a fix? __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]