Tag: WordPress

  • Installing WordPress on a FreeNAS Jail

    After creating a basic jail do this: Step 1 Configue the the Jail to Use SSH https://www.ixsystems.com/documentation/freenas/11.2-U6/jails.html#accessing-a-jail-using-ssh Step 2 – Setup Apache, MySQL and PHP – NOTE: Make changes for your version of PHP https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 with minor changes from https://www.howtoforge.com/install-apache-php-mysql-on-freebsd-12/ Step 3 – install workpress https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-apache-on-freebsd-10-1

  • How to use the Postie Plugin for WordPress

    There is a great Post-By-Email plugin for WordPress called Postie. It extends the post-by-email feature that is built into WordPress. It allows you to connect to a mail server using SSL for a start. When posting by email, you also have the following options. 1) In the subject line of your email enclose of the…

  • How to the fix the failed to establish a database connection in wordpress

    If your WordPress web site has lost connection to its database, you might want to try the steps I’ve linked to below.  www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/

  • How to Add Posts by Email in WordPress

    http://www.wpbeginner.com/beginners-guide/how-to-add-posts-by-email-in-wordpress/ once you can find a email service to use

  • Enable Plugin Installation on AWS EC2 Instances

    If you have setup an Linux instance in AWS with WordPress and are having trouble installing plugins because it is asking for an FTP username and password. All you have to do is run this command and then it won’t ask you anymore, it will just install them. sudo chown -R apache:apache /var/www/html