Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 wp 多站点 mysite.com 中,我希望将任何登录请求发送到位于 mysite.com/login 的自定义登录页面。我发现了这个重写规则:
RewriteRule ^(.*)/login/$ http://mysite.com/login/ [L]
它可以工作,但它不会在登录后将用户发送回上一页。上一页可能位于 mysite.com 或 mysite.com/subsite1。谢谢
这是答案;)
RewriteRule ^(.*)/login/$ http://mysite.com/login/ [L,QSA,NE]
I am currently attempting to add a listener to my button so that when it is clicked it loads what is in the 'textId' textfield into an html text above said textfield and button. This is so th