开发者

Simple Help with htaccess

开发者 https://www.devze.com 2022-12-13 13:58 出处:网络
I need some help with a redirect: How do I take any URLs with www开发者_StackOverflow社区.example.com/blog/ and anything else after it, (.*) and strip it down to just the text after /blog/?

I need some help with a redirect:

How do I take any URLs with www开发者_StackOverflow社区.example.com/blog/ and anything else after it, (.*) and strip it down to just the text after /blog/?

I've never really done rewrites, so please help.


RewriteEngine On
RewriteRule ^blog/(.*)$ index.php?$1
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号