This is a discussion on foo to bar with 301, but bar showing foo? within the Linux Web Servers forums, part of the Web Server and Related Forums category; I want to do the following rewrite: a request for foo.html should be redirected (301) to bar.html a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I want to do the following rewrite:
a request for foo.html should be redirected (301) to bar.html a request for bar.html should internally be redirected to foo.html. So: http://example.com/foo.html should 301 to http://example.com/bar.html However, http://example.com/bar.html should show the contents of foo.html. How can I do this? -- John MexIT: http://johnbokma.com/mexit/ personal page: http://johnbokma.com/ Experienced programmer available: http://castleamber.com/ Happy Customers: http://castleamber.com/testimonials.html |