dtwd74916 2017-08-01 06:02
浏览 60

将wp-admin url更改为其他内容? [重复]

This question already has an answer here:

I like to change the wordpress wp-admin URL to something else to save my site from bruteforce attacks.

Most important thing is that i like to build this without plugin.

So, if anyone have any idea then do lemme know.

I applied changes as per the below links: https://w3reign.com/how-to-change-wp-admin-url-in-wordpress-without-plugin/

but it's working but when i fire the http://site_url/admin_url it's showing wp-login.php.

So, how can i do so ?

</div>
  • 写回答

2条回答 默认 最新

  • doushan9415 2017-08-01 06:46
    关注
    1. Create a new file in your WP root folder.
    2. Copy the code from default wp-login.php and paste it into your new file.
    3. Replace all the instaces of wp-login.php with the new file name(Find and replace)
    4. Delete/rename the wp-login.php file.
    5. Login through your new URL.

    Hope it helps. For detail, use this

    评论

报告相同问题?

悬赏问题

  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用