Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How to Check Remaining Data on Your Idea Plan How-To
  • 3 Wireless Earbud Alternatives to Apple’s AirPods Hardware
  • What Do I Need to Create a Windows Service? Windows 10
  • HDG Explains : What is SQL, T-SQL, MSSQL, PL/SQL, and MySQL? Tools Review
  • How to Tell if an Image Has Been Photoshopped How-To
  • How to Play Windows 95 Games on Windows 10 Gaming
  • Best Handy Google Calendar Keyboard Shortcuts 2022 Google Software/Tips
  • Edit the Windows Hosts File to Block or Redirect Websites Computer Tips

How to make a secure website with WordPress 2023

Posted on August 4, 2023August 4, 2023 By blog_786 1 Comment on How to make a secure website with WordPress 2023

How to make a a secure website with WordPress 2023.

Starting your own WordPress site is pretty easy these days. Unfortunately, it doesn’t take long for hackers to attack your site.

The best way to secure your WordPress site is to understand all the vulnerabilities that come with starting a WordPress site. Then set up an appropriate security system to block hackers at each of these points.

In this article, you will learn how to better protect your domain, WordPress login, and the tools and plugins available to secure your WordPress site.

How to makea secure website with WordPress 2020

Create a Private Domain

It is very easy these days to find an affordable domain and buy it at a very low price. Most people never buy additional domains for their domain. However, you should always consider one addition – Privacy Shield.

GoDaddy offers three main levels of privacy protections, but they also match what most domain providers offer.

  • Basic: Hides your name and contact information from the WHOIS directory. This is only available if your government allows you to hide domain contact information.
  • Complete: Replace your information with an alternate email address and contact information to hide your real identity.
  • Ultimate: Extra security that blocks malicious domain scans and includes monitoring the security of your real site.

Typically, to upgrade a domain to one of these security levels, it is sufficient to select the upgrade from the drop-down list on the domain list page.

How to makea secure website with WordPress 2020

Basic domain protection is pretty cheap (typically around $ 9.99 per year), while higher security isn’t much more expensive.

This is a great way to stop spammers from scraping your contact information from the WHOIS database, or other malicious individuals who want to access your contact information.

Hide wp-config.php and .htaccess Files

When you first install WordPress, you will need to provide the admin ID and password for your WordPress SQL database in the wp-config.php file.

This data is encrypted after installation, but you also want to prevent hackers from editing this file and hacking into your site. To do this, find and edit the .htaccess file in the root folder of your site and add the following code to the end of the file.

# protect wpconfig.php

allow, deny
deny for all

Htaccess itself, add the following to the end of the file as well.

# Protect .htaccess file

allow, deny
deny all

Save the file and exit the file editor.

How to makea secure website with WordPress 2020

You can also right-click each file and change permissions to completely remove write access for everyone.

How to makea secure website with WordPress 2020

While doing this with a wp-config.php file shouldn’t cause any problems, doing this with .htaccess can cause problems. Especially if you are using any WordPress security plugins that might need to edit the .htaccess file for you.

If you get any errors from WordPress, you can always update the permissions to allow write access to the .htaccess file again.

Change Your WordPress Login URL

Since the default login page for every WordPress site is yourdomain / wp-admin.php, hackers will use this URL to try to hack your site.

They will do this through what are called brute force attacks, where they submit variations of the typical usernames and passwords that many people commonly use. The hackers hope they get lucky and get the right combination.

You can stop these attacks completely by changing your WordPress login URL to something non-standard.

There are many WordPress plugins to help you with this. One of the most common is WPS Hide Login.

This plugin adds a section to the General tab under Settings in WordPress.

How to makea secure website with WordPress 2020

There you can enter any login URL and select “Save Changes” to activate it. The next time you want to log into your WordPress site, use this new URL.

If someone tries to access your old wp-admin url, they will be redirected to your site’s 404 page.

Note. If you are using the caching plugin, remember to add a new login URL to the list of sites, not for caching. Then, remember to clear your cache before logging into your WordPress site again.

Install a WordPress Security Plugin

There are many WordPress security plugins to choose from. Of all of these, Wordfence is the most downloaded for a good reason.

The free version of Wordfence includes a powerful scanning engine that looks for backdoor threats, malicious code in your plugins or your website, MySQL injection threats, and more. It also includes a firewall to block active threats such as DDOS attacks.

It will also allow you to stop brute-force attacks by limiting login attempts and blocking users who make too many incorrect login attempts.

How to makea secure website with WordPress 2020

There are quite a few settings available in the free version. More than enough to protect small to medium sized websites from most attacks.

There is also a useful dashboard page that you can view to track down recent threats and attacks that have been blocked.

Use the WordPress Password Generator and 2FA

The last thing you want is for hackers to easily guess your password. Unfortunately, too many people use very simple passwords that are easy to guess. Some examples include using the website name or your own username as part of the password, or not using any special characters.

If you’ve upgraded to the latest version of WordPress, you have access to powerful password protection tools to protect your WordPress site.

The first step to making your password more secure is to go to every user on your site, scroll down to the “Account Management” section, and click the “Create Password” button.

How to makea secure website with WordPress 2020

This will generate a long and very strong password that includes letters, numbers and special characters. Save this password in a safe place, preferably in a document on an external drive that you can disconnect from your computer while you are online.

Select Log Out Anywhere to close all active sessions.

Finally, if you have installed the Wordfence security plugin, you will see an Activate Two-Factor Authentication button. Select this option to enable two-factor authentication for your user accounts.

If you are not using Wordfence, you will need to install any of these popular 2FA plugins.

  • Google Authenticator
  • Two-Factor Authentication
  • Rublon Two-Factor Authentication
  • Duo Two-Factor Authentication

Other Important Security Considerations

There are a few other things you can do to fully secure your WordPress site.

Both WordPress plugins and the WordPress version itself must be constantly updated. Hackers often try to exploit vulnerabilities in older versions of the code on your site. If you don’t update both of these parameters, your site is at risk.

1. Regularly select plugins and installed plugins in your WordPress admin panel. Check all plugins for a new version status.

How to makea secure website with WordPress 2020

When you see the one that is out of date, choose to update now. You may also want to consider choosing Turn on automatic updates for your plugins.

However, some people are wary of this, as plugin updates can sometimes break your site or theme. Therefore, it’s always a good idea to test plugin updates on your local WordPress test site before enabling them on your live site.

2. When you enter your WordPress dashboard, you will see a notification that WordPress is out of date if you are using an older version.

How to makea secure website with WordPress 2020

Again, back up your site and upload it to a local test site on your computer to make sure the WordPress update doesn’t break your site before you update it on your live site.

3. Take advantage of the free security features of your web host. Most web hosts offer a variety of free security services for the sites you host there. They do this because it not only protects your site, but also keeps the entire server secure. This is especially important if you are using a shared hosting account where other customers have sites on the same server.

How to makea secure website with WordPress 2020

These often include free SSL security installations for your site, free backups, the ability to block malicious IP addresses, and even a free site scanner that will regularly scan your site for malicious code or vulnerabilities.

Starting a website is never as easy as installing WordPress and just posting content. It’s important to make your WordPress site as secure as possible. All of the tips above will help you do this effortlessly.

–

How to makea secure website with WordPress 2020

Share this:

  • Twitter
  • Facebook
Computer Tips Tags:Change Your WordPress Login URL, Create a Private Domain, Hide wp configphp and htaccess Files, How to makea secure website with WordPress, How to makea secure website with WordPress 2020, Install a WordPress Security Plugin, Other Important Security Considerations, Use the WordPress Password Generator and FA

Post navigation

Previous Post: How to make a postcard in MS Word
Next Post: Do you uninstall / delete Facebook? 8 Occupation or coincidence

Related Posts

  • How to fix reCAPTCHA not working Computer Tips
  • How to cancel your Norton Antivirus subscription Computer Tips
  • How to Mask in Photoshop to Hide Layers Computer Tips
  • Do you uninstall / delete Facebook? 8 Occupation or coincidence Computer Tips
  • How to Open a File with No Extension Computer Tips
  • How to Securely Encrypt a USB Flash Drive Computer Tips

Comment (1) on “How to make a secure website with WordPress 2023”

  1. Pingback: TemplateMonster WordPress Theme Review Build a Site With Ease

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • Flixable Helps You Find the Best Movies and TV shows on Netflix
  • How to Watch Winter Olympics 2018 from Anywhere
  • Why does Instagram say this story is unavailable?
  • How to turn off Do Not Disturb mode on Android
  • 3 Sites like YouTube to Earn Money With Your Videos
DMCA.com Protection Status

Recent Posts

  • 15 Best Legal Torrenting Sites to Download Content Safely
  • Review of the ReMarkable 2.0 tablet with Type Folio keyboard
  • Flixable Helps You Find the Best Movies and TV shows on Netflix
  • How to Watch Winter Olympics 2018 from Anywhere
  • 5 Sites That Are Like Audible, But Free

Recent Comments

  1. Flixable Helps You Find the Best Movies and TV shows on Netflix on SmartDNS vs VPN “What’s the Difference?”
  2. 5 Sites That Are Like Audible, But Free on Top 4 Amazon Price Tracker Tools
  3. 5 Sites That Are Like Audible, But Free on 14 Best Free Audiobooks on Audible – 2022
  4. How to Reduce PNG File Size of a Photo on How to Convert a Screenshot to a Jpeg on a Mac
  5. 3 Sites like YouTube to Earn Money With Your Videos on Here are the Top 10 highest paid YouTubers of 2013
  • How to Fix Android Hotspot Not Working? Computer Tips
  • Optimize Windows 7 Startup and Boot Time Featured Posts
  • Use Spike to Cut and Paste Multiple Text Items in Word Office Tips
  • Which DAW is better? – Fl Studio vs Ableton How-To
  • how to track sleep on galaxy watch How-To
  • How To Set Up & Use MacOS Dictation OS X
  • Best graphing calculator case 2020

    Best graphing calculator case 2020. 1 - Sully Silicone Skin for Ti Nspire CX/CX CAS Handheld (Black) w/Screen Protector - Silicon Cover Case for Ti-

  • How To Use Voice Dictation In Google Docs Google Software/Tips

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version