admin管理员组文章数量:1323323
I have a WordPress site which has the built-in login form with the url .php
and register page .php?action=register
I want to display these forms on a page I created from the backend.
login
register
Is it possible and how can I do this?
I have a WordPress site which has the built-in login form with the url http://domain/wp-login.php
and register page http://domain/wp-login.php?action=register
I want to display these forms on a page I created from the backend.
login
http://domain/profile/login
register
http://domain/profile/register
Is it possible and how can I do this?
Share Improve this question edited May 13, 2019 at 1:09 butlerblog 5,1013 gold badges26 silver badges43 bronze badges asked Feb 14, 2015 at 19:27 Kotsh GFXKotsh GFX 436 bronze badges2 Answers
Reset to default 1You could try to add this to your .htaccess
file:
Redirect 301 http://domain/wp-login.php http://domain/profile/login
Redirect 301 http://domain/wp-login.php?action=register http://domain/profile/register
Hope it helps.
Use the Theme My Login plugin: https://wordpress/plugins/theme-my-login/
本文标签: How to redirect login and register pages
版权声明:本文标题:How to redirect login and register pages 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742141014a2422579.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论