最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

url rewriting - Rewrite Question Mark in Post Template to Make it Pretty URL

programmeradmin5浏览0评论

I hope you all are doing well and staying safe during these times.

I was wondering if someone can help me figure out how to remove the question mark (?) in the URL.

The URL I am trying to rewrite looks like this: /?download

The URL I'd like to have:

That's the code I have tried but didn't work, I get an Internal Server Error

add_action( 'init', 'wpa5413_init' );
function wpa5413_init()
{
add_rewrite_rule(
    'windows/([^/]+)/?/?download',

    'windows/$matches[1]/download',

    'top' );
}

Please let me know what you think?

发布评论

评论列表(0)

  1. 暂无评论