![]() |
|
|
+ Search |
![]()
|
Feb 2nd, 2002 18:07
Matt D, http://httpd.apache.org
Use mod_rewrite for extensive URL-based redirection. A comprehensive guide with typical examples is available from Apache.org at http://httpd.apache.org/docs/misc/rewriteguide.html .htaccess example redirecting pages matching regular expression: RewriteEngine on RewriteBase /~quux/ RewriteRule ^foo\.html$ bar.html [R]