我正在使用 WHMCS-WP Integrator 并想自定义 URL,我在 wordpress .htaccess 文件中重写了 URL 但它不起作用
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^billing/client-area/$ /billing/?whmcsportal%5Bpage%5D=whmcs%3A%2F%2Fwww.thesmarttech.com%2Fclientarea.php
</IfModule>
我当前的网址是
http://www.thesmarttech.com/test/billing/?whmcsportal%5Bpage%5D=whmcs%3A%2F%2Fwww.thesmarttech.com%2F
我想重写它
http://www.thesmarttech.com/test/billing/client-area/