Wordpress Install

Installing:

Installing Wordpress can be done via the below steps.  Also included is recommended plugins to use.

  1. Download Wordpress from http://wordpress.org/latest.zip
  2. Unzip the latest.zip archive on your computer
  3. If Wordpress will be installed in its own folder:
    1. Rename the "wordpress" folder to "blog" or any other name that you want
    2. Upload the renamed folder to your site's storage area
  4. If Wordpress will be the primary script for your site:
    1. Upload the contents of the wordpress folder to your storage area
  5. Create a Database:
    1. Hsphere Control panel:
      1. Login to the control panel
      2. Go to Databases -> MySQL -> MySQL DB Wizard
      3. Follow the steps to create database
      4. Create a user
      5. Take note of the user and password, database name, and hostname
  6. Now go to http://example.com/ if you uploaded to be your primary site or http://example.com/blog if you uploaded as in a sub folder of your site -- replace example.com with your domain.
  7. You should now see the wordpress installer, follow the install steps.
  8. When it asks for database info, enter the information that you got in the database creation step above
  9. Ignore any steps that ask for FTP info
  10. When it asks for site name, etc, enter what you want
  11. When it asks for admin user name and password, make sure to use something unique and not "admin" .  The password should be a complex password with numbers and lower and uppercase letters
  12. Complete any further install pages and confirmations

You should now have an installed copy of Wordpress.

Make sure to keep your Wordpress installs up to date.  Out of date installs can be exploited and any exploited installs will be suspended by us.


Recommended Settings:
  • Set Settings -> Permalinks to on with post name or month and post name or mix as your want


Recommended Plugins:
  • W3 Total Cache - https://wordpress.org/plugins/w3-total-cache/-- This will help with page load speeds and lower server resources
    • Enable all caching options after install
    • Have browser caching on
  • WP Mail SMTP- https://wordpress.org/plugins/wp-mail-smtp/ -- this is required for sending mail via wordpress
    • Setup with SMTP authentication
  • WordFence - https://wordpress.org/plugins/wordfence/ -- this will help with wordpress security
    • Set up to throttle human and bot page loads to 20 or more pages loaded per minute - an average visitor will not visit more hten that in one minute
    • Set to lock unknown users
    • Set to block failed logins after 5 attempts

       


NOTES:

  • Make sure to keep wordpress, plugins and themes updated. Any exploits caused by wordpress, plugins, or themes is a risk to your account's security and general services.
  • If you use WP-DB-Backup for backups, make sure to secure the backup folder to prevent downloading of backups.  With apache, this can be done via a .htaccess directive:  deny from all
  • Wordpress hardcodes the site url (http://example.com/ or http://example.com/blog) in to the database and many other entries in it .  As such changing the URL afterwards can cause problems for some items and requires advanced steps in some cases.  As such, it is important to select the location that will be best for now and in the future.
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Recommended Plugins

The following plugins are recommended for Wordpress: Wordfence -...

Wordpress Memory limits

Wordpress has its own memory limit setings, separate from PHP / server configurations, and is set...