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

url rewriting - How can I add a vanity URL for admin-ajax.php Calls?

programmeradmin4浏览0评论

Background

I'm using the admin-ajax tool in WordPress to build a file generator. I have everything working, except that the current URL is ugly. I'd like to add a vanity URL that looks cleaner.

My Code

I am already using one vanity URL structure which works perfectly:

RewriteRule ^products/(building-automation|lighting-controls)/details/([^/]*) /?pagename=products/details&SKU=$2 [QSA,L]

However, this new one is not working:

RewriteRule ^downloads/datasheet-generator/([^/]*) /www/wp-admin/admin-ajax.php?action=fdm_generate_datasheet&SKU=$2 [QSA,L]

Question

Why would this not be working?

发布评论

评论列表(0)

  1. 暂无评论