
WordPress is the most popular Blogging platform as well as CMS. Most of the Web Hosts are fully supported for WordPress. Some hosts keep some features disabled due to security measure. In some web hosts you need to change file permission to work. We face problems while installing Plugins or Themes from dashboard or trying to upgrade WordPress version. A message is displayed in this issue…
Unable to locate WordPress Content directory (wp-content).
So I changed Web Hosts several times when I was a newbie. But this is not a large issue to change a web host.
A simple trick can help you to get rid from it.
Procedure:
1. Open your wp-config.php files to edit.
2. Add the codes at the last and save.
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0755 );
}
3. Create a directory and rename that upgrade into wp-content.
4. Chmod 777 these directories: wp-content, uploads, upgrade, themes & content.
You may getĀ hassleĀ free WordPress Hosting with Free support from here.
Hi, this is Tanmoy, a 23 year old guy and just completed graduation on Business Management. I'm one day anticipating that this course will provide me with an array of the necessary skills and experiences needed for me to be a successful entrepreneur
Recent Comments