[wellylug] HTTP re-direct

Gordon Paynter lists at paynter.info
Mon Apr 11 16:14:25 NZST 2005


> > Would like to use the
> > HTTP/1.1 Redirection 3xx

Depending on how apache is set up, you may be able to create a .htaccess file 
in the appropriate directory with a line like:

Redirect permanent /oldpath http://www.example.com/newpath

This does not require mod_rewrite. 
See: http://httpd.apache.org/docs/mod/mod_alias.html#redirect

Gordon




More information about the wellylug mailing list