开发者

Need help redirecting a specific URL

开发者 https://www.devze.com 2023-02-22 02:20 出处:网络
I\'ve been trying to .htaccess redirect a specific URL in WordPress with no luck. Here\'s what I开发者_Python百科\'m trying to accomplish:

I've been trying to .htaccess redirect a specific URL in WordPress with no luck. Here's what I开发者_Python百科'm trying to accomplish:

/feed and /feed/ should redirect to FeedBurner

BUT any feed URL that has /feed/?... should NOT redirect

Everything I've tried redirects EVERYTHING with /feed (including /feed/?) in it to FeedBurner.

Any ideas?


RewriteRule ^feed/?$ http://path/to/feedburner

Should work. Can you show what you've tried?

0

精彩评论

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