Get The Most Affordable Hosting in the World!

Starting at just $1.87/month, Vercaa offers unbeatable pricing for world-class web hosting services.

Fast, reliable, and secure hosting to power your website without breaking the bank. Plus, enjoy a free CDN for faster loading times worldwide!

Get Started Now!

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? 1 Users Found This Useful (1 Votes)