Chris wrote:
> Hello,
>
> I was wondering if it is possible to say in the .htaccess only if someone
> tries to call upon test1.htm to redirect him to test2.htm. The reason i want
> to do that is because I recently replaced my old website but the search
> engine still shows links to files which doesn't exist anymore. I mean
> eventually the search engines will update but until then I would like to be
> found.
> Thanks for any advice.
> chris
>
>
RedirectMatch (.*)/test1.htm$ (.*)/test2.htm$ [L]
--
Justin Koivisto - spam.RemoveThis@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: specific redirect in .htaccess