Articles

 403 Forbidden or No Permission to Access

The top reasons for this error are permissions or .htaccess error. Permissions The 403...

 404 error page

404 means the file is not found. If you already uploaded the file, then either the name is...

 508 Resource Limit Reached Error

This error indicates that your account is hitting the "Entry Process" resource limits. Our shared...

 Adjusting the file upload or post size

If you are using a PHP script and want to increase the "post size" or the "size of a file I can...

 Disabling wp-cron.php in WordPress

WordPress uses a file called wp-cron.php as a virtual cron job, or scheduled task in order to...

 Fatal error: Call to undefined function mb_substr() Error

This error is caused because you are missing the mbstring module within your PHP configuration....

 How to Optimize a MySQL Database using phpMyAdmin

Optimize Table should be used if you have deleted a large part of a table or if you have made...

 How to find the correct spelling and path for your files, missing images

When you get a 404 error, check the URL in your browser. This tells you the path and file name...

 How to use sendmail with PHP

Here is the magical line of code which tells PHP to send an email through your mail server....

 I'm getting a 508 "Resource Limit Reached" error when trying to access my Wordpress website

A 508 Resource error is a result of your site using more than its share of server resources. On a...

 Installing Joomla using QuickInstall

The following offers a step-by-step guide for installing Joomla using Quickinstall: Login to...

 Installing WP Super Cache Plugin

One way to optimize WordPress is to install WP Super Cache, which can be done from your WordPress...

 Magento install error - Exception printing is disabled

Here is a known error which can occur when installing Magento: There has been an error...

 Managing your database with Applications

There are many applications that can be installed on your computer for managing your databases....

 Optimize Magento

Magento is a very popular eCommerce application. It offers a great deal of customization and...

 Optimizing Joomla

Joomla is a popular CMS that is highly extensible and customizable. Here are some steps to...

 Optimizing Wordpress

Wordpress is currently one of the most popular blogging/CMS applications. Here are some ideas for...

 WordPress White Screen of Death

Similar to the notorious Windows "blue screen of death," WordPress users may encounter a blank...

 allow_url_fopen, how to enable

This can be done via your php.ini file by adding the following line: allow_url_fopen = On The...

 mod_deflate

Compressing Content Apache 2.0 and 2.2 allow you to compress content using mod_deflate before...