mod-rewrite recursive loop

后端 未结 6 904
死守一世寂寞
死守一世寂寞 2021-02-11 08:24

I want to change my website\'s dynamic urls to Search Engine Friendly URL\'s

Now the urls like this www.website.com/news.php?id=127591 , I want it became this www.websit

6条回答
  •  太阳男子
    2021-02-11 09:23

    If [L] doesn't work for you, the issue might be separate internal requests (not sub-requests that you could halt with [NS]).

    See here.

提交回复
热议问题