我需要更改wordpress管理员栏中的链接。我想要Database的链接(即/wp-admin/)到/wp-admin/index.php我尝试更改链接[admin_url() to admin_url('index.php')我需要转到/wp-admin/index.php,因为它显示在/wp-admin/上重定向循环
我一直试图从/wp-admin/admin.php?page=for_buyers to wp-admin/for-buyers/重定向我的wordpresswp-admin仪表板中的一个url。# BEGIN WordPressRewriteEngine OnRewriteRule ^index\.php$ -/index.php
我有多个域名运行在一个Wordpress安装,与其他网站也托管在相同的空间,是纯html。我想创建一组htaccess重写规则,如果URL还没有"www“,它会在前面加上”www“,然后重定向到特定域名的https,而不是其他域名。to see if the protocol is https AND if the hostname is not one of the https domains
# If they are, then^wp-admin$ wp-admi