apache .htaccess - cut a string from url and redirect

前端 未结 2 2034
别那么骄傲
别那么骄傲 2021-01-24 08:05

For some reason google indexed several pages of my website as:

http://myapp.com/index.php/this-can-be-enything/1234

Now, I want to redirect wit

2条回答
  •  星月不相逢
    2021-01-24 08:47

    Two Parts of problem

    1. To make Google aware that indexed page is moved to some other destination you need to handle that @ apache level and issue 301 ( moved permanently )

    2. Handler to handle the cached requested URL to new URL using the #1 handler itself.

提交回复
热议问题