[NTLUG:Discuss] Apache Config Question

Bug Hunter bughuntr at one.ctelcom.net
Sun Dec 26 21:35:52 CST 1999


  I believe you want the redirect option, or the rewrite option.
On RedHat, it is in /etc/httpd/conf

 in access.conf, I'v used 

RewriteRule /index.html /foo.html

  but you have to turn the rewrite engine on.

  I use, in srm.conf:

Redirect /index.html http://www.foo.com/

  instead.

bug

On Sun, 26 Dec 1999, lee wrote:

> I used to run an older version of apache -- and there was some kind
> of config option (directive maybe?) where if someone put
> "http://bigapple.com" in their browser, you could direct the server
> to return "http://www.BigApple.com" (or whatever you desired) and it
> would show in the browser that way.
> 
> Since I've upgraded to Apache version 1.3.9 I can't seem to do that
> anymore.  I've tried searching the docs, but can't find anything
> like that.  
> 
> Does anyone know if that "feature" has gone away or can anyone tell
> me how to do such a thing with the new Apache server?
> 
> TIA,
> 
> -- Lee
> 
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss
> 





More information about the Discuss mailing list