mod_alias

For addition to .htaccess:

# Redirect old site pages via mod_alias.
Redirect 301 /the/old/url.html http://example.com/the/new/url.html
Redirect 301 /another/old/url.html http://example.com/another/new/url.html

See Apache Module mod_alias for mod_alias docs and HTTP/1.1: Status Code Definitions for a list of HTTP status codes.

Last modified: 30/11/2011 Tags:

Go to top

Related Pages

Other pages possibly of interest:

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top