Modify the wordpress background Administrator login Address

Source: Internet
Author: User
Tags managewp

    1. Copy the wp-login.php file under the root directory named Wp-login.php.backup, rename the original file to managewp.php
      Sed-i "S/wp-login.php/managewp.php/g"/home/youwebsite.com/public_html/managewp.php

    2. Open the general-template.php file in the wp-includes/directory to replace all wp-login.php with admin.php

    3. Open the general-template.php in the wp-includes/directory, and be careful to search for the following fields in this file, and do not modify the wp-login.php here
      function Wp_login_url ($redirect = ", $force _reauth = False) {
      $login _url = Site_url (' wp-login.php ', ' login ');

Cancel WP Background login needs to be modified:

wp-includes/default-widgets.php

WordPress XMLRPC Attack

The. htaccess additions in Apache:

# Protect Xmlrpc

<files xmlrpc.php>

Order Deny,allow

Deny from all

</Files>

Modify the wordpress background Administrator login Address

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.