Top 3 WordPress Security Configuration Tips

Top 3 WordPress Security Configuration Tips

January 3, 2015
  • Restricted Access: It is quite obvious you would want to have limited access for important files. You just cannot afford to rely on the internet, can you? The following code will hide your wp-config.php from the public. But make sure that you add this code to your .htaccess file.
  <files wp-config.php> order allow,deny deny from all </files>
  • Change the Prefix of Database: Most of the people make use of “wp_” as the prefix for their WordPress database. However, any hacker can guess such prefixes. That’s the reason why many are now using different sets of prefixes such as:
  $table prefix = ‘yo’ If you have recently gone for WP installation, then you have the option of directly specifying this value. For older installations, you can employ certain plugins such as ‘Change DB Prefix,’ which is meant specifically for changing the default prefix.
  • Disable the Editing Themes and Plugins Option: If you do not want to compromise your theme and plugin files, then you can simply disable the editing option. This can be achieved by using the following constant:
  define (‘DISALLOW_FILE_EDIT’, true)   If you want to disable the installation of new themes and plugins, then you can use the following:   define (‘DISALLOW_FILE_MODS’, true)

Related Posts

from my blog


Hire WordPress Experts: Building Your Online Presence with Confidence

April 10, 2024

WordPress can help you create an online presence that is effective for your company. WordPress is a top-rated content management system. To harness its power, you need WordPress specialists. What...

Hire Full Stack Developer: Unlocking the Power of Versatility

April 5, 2024

Why hire full-stack programmers? What exactly is Full Stack Development? Developers who are full stacks can manage all aspects of software development including managing databases, designing user interfaces or configuring...

Why Should Your Hire Freelance Web Developer: The Top Benefits

May 17, 2022

When developing a website or an app, there are two major ways to do it - outsource the job to a web development company or hire a freelancer to get...