Enhancing WordPress Security: Changing Your Login URL from /wp-admin

thumb_up 1  ·  sell WordPress login URL change, Securing WordPress login, Customizing WordPress login URL

How to Change your WordPress Login URL /wp-admin? [STEP BY STEP]☑️

Today in this tutorial you will learn how to change your WordPress Login URL /wp-admin in new WordPress Installation.

 

Follow the steps given below to rename wp-admin login URL in new WordPress installation.

Step::1 Login to cPanel

 

Step::2 Go to File Manager and then Public_html

 

Step::3 Upload the WordPress.zip and extract it there only

 

Step::4 Create a test.php file in the WordPress installation Directory and place the command given below:

 

<?php
$TESTING= shell_exec('grep -Ril wp-admin.php| xargs sed -i "s/wp-admin.php/custom-admin.php/g"');
echo "<pre>$TESTING</pre>";
?>


Step::5 Next go to MySQL Database in DATABASES section

 

Step::6 Create a Database and Add User to Database as shown in the screenshots below

 

Step::7 Now Manage User Privileges in the next step and click on Make Changes tab

 

Step::8 Visit WordPress login page and start the setup process

 

Step::9 Fill the Database Name, Username, Password, Database Host and click on Submit

 

Step::10 On the next page click on Run the Installation tab

 

Step::11 Next you have to provide the Site information like Site Title, Username, Password, Your Email

 

Step::12 After getting done click on Install WordPress tab

 

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

How to Resolve the Issue of "Missing Add New Plugin Menu" in WordPress?

Here, in this tutorial we will discuss the procedure to fix an issue called “add new Plugin Menu not showing” in WordPress. This issue…

arrow_forward
description

How to Incorporate a YouTube Subscribe Button into Your WordPress Website?

Here, in this tutorial we will discuss the procedure to add YouTube subscribe button to your WordPress website. This can be done by any of…

arrow_forward
description

How to Deactivate WordPress Plugins Using the Database?

We have shared articles managing WordPress website and its data. One of the most important feature of WordPress is Plugins that allows user…

arrow_forward
description

How to Integrate a Currency Converter into Your WordPress Website?

The diverse features of WordPress allows user to manage the website presentation in their own choice. WordPress has themes for blogging…

arrow_forward
description

Guidelines for Installing and Setting Up the WordPress Simple PayPal Shopping Cart Plugin

Features in WordPress allows user to improve and manage the presentation of website. We have shared multiple articles related to WordPress…

arrow_forward
arrow_back « Back