Articles
The top reasons for this error are permissions or .htaccess error. Permissions The 403...
404 error page404 means the file is not found. If you already uploaded the file, then either the name is...
508 Resource Limit Reached ErrorThis error indicates that your account is hitting the "Entry Process" resource limits. Our shared...
Adjusting the file upload or post sizeIf 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 WordPressWordPress 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() ErrorThis error is caused because you are missing the mbstring module within your PHP configuration....
How to Optimize a MySQL Database using phpMyAdminOptimize 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 imagesWhen you get a 404 error, check the URL in your browser. This tells you the path and file name...
How to use sendmail with PHPHere 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 websiteA 508 Resource error is a result of your site using more than its share of server resources. On a...
Installing Joomla using QuickInstallThe following offers a step-by-step guide for installing Joomla using Quickinstall: Login to...
Installing WP Super Cache PluginOne way to optimize WordPress is to install WP Super Cache, which can be done from your WordPress...
Magento install error - Exception printing is disabledHere is a known error which can occur when installing Magento: There has been an error...
Managing your database with ApplicationsThere are many applications that can be installed on your computer for managing your databases....
Optimize MagentoMagento is a very popular eCommerce application. It offers a great deal of customization and...
Optimizing JoomlaJoomla is a popular CMS that is highly extensible and customizable. Here are some steps to...
Optimizing WordpressWordpress is currently one of the most popular blogging/CMS applications. Here are some ideas for...
WordPress White Screen of DeathSimilar to the notorious Windows "blue screen of death," WordPress users may encounter a blank...
allow_url_fopen, how to enableThis can be done via your php.ini file by adding the following line: allow_url_fopen = On The...
mod_deflateCompressing Content Apache 2.0 and 2.2 allow you to compress content using mod_deflate before...