WordPress secure mode

Enjoying the peace of mind running WordPress in secure mode on the new M3XS 5 series servers?  Great!  However, sometimes you need to loosen security to install/configure a plugin – such as the advanced W3 Total Cache plugin.

Although we don’t recommend advanced plugins like this for low traffic WordPress sites, if you do decide to use it, follow this simple procedure for piece of cake installation:

Grab your favorite FTP client, login and navigate to the wp-content directory.

chmod 777 wp-content

{ install / configure your plugin, test and verify }

Once done, simply chmod 755 the wp-content to secure it.

Important!!!  DO NOT CHMOD -R 777 (RECURSIVELY).

Repeat this for any plugin that MAY require it.  Most plugins do not create directories under the immediate wp-content directory.  But, if you find one that does, this procedure above will get the job done.

Keywords: secure, install, configure, traffic, plugin, advanced, procedure
  • 3 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

htaccess and WordPress

We recommend the following to be included on your .htaccess file.order allow,denydeny from all#...

Protect WordPress Admin

Defeat attacks from eating up your server’s CPU and prevent attackers from getting access...

WordPress Cron-Scheduled Posts

To schedule your posts, add this simple crontab entry to your servers crontab entry:*/1 * * *...

WordPress Multisite Help

We highly recommend performing a back up of your site and ALL files PRIOR to creating your...

WordPress User Roles

I often get these confused and wanted a quick how to for a self reminder.  Hopefully, this...