2
我有一個自定義頁面(test.aleemakhter.com/wp-content/plugins/camophoto/template/login.php)。我想改變它的網址是這樣的(test.aleemakhter.com/login)重寫規則不能正常工作
我已經通過這個代碼,成功做到了:
RewriteRule ^login/?$ wp-content/plugins/camophoto/template/login.php [L]
但是當我打開(test.aleemakhter.com/wp -content/plugins/camophoto/template/login.php)其URL不變(test.aleemakhter.com/login)。它以一種方式正常工作,但不以其他方式工作。我認爲你有我的問題。
我曾嘗試這個代碼,但它混淆了瀏覽器
RewriteRule ^wp-content/plugins/camophoto/template/login.php(.*)$
http://test.aleemakhter.com/login/$1 [R=301,L]
RewriteRule ^login/?$ wp-content/plugins/camophoto/template/login.php [L]
Plzz幫助我。