September 23, 2009
WP Hacks: How to update WordPress or Plugins With Stored Passwords
Most Web Hosting companies configure WordPress so that it automatically updates whenever you click on upgrade WordPress or WordPress plugins. Some web hosting companies have this feature turned off. If you have an VPS Hosting or Dedicated Server, ask them to install suPHP, if not you can add the following codes to your config.php file so WordPress automatically remember your FTP login and password.
define("FTP_HOST", "mywebsite.com");
define("FTP_USER", "username");
define("FTP_PASS", "mypassword");For VPS Hosting, we recommend WiredTree, ServInt and Future Hosting
For Shared Hosting, we recommend HostGator
Related posts:
- How to Reset WordPress Admin Password Manually via phpMydmin
- Top 10 WordPress hacks from June 2009
- HostGator Coupon Code June 2009 – 1 Cent First Month
- WordPress Plugins Releases: 4/15-4/20
- WordPress Plugins for May 24, 2009
Previous Post and Next Post













