How To Restart Services In WHM cPanel

As a server administrator or if you have root privileges of WHM cPanel, you can restart some services without having to access your web server terminal. Step 1 – Login into cPanel with your root account. Step 2 – Search for “Restart” using the search tool on the side panel.   Step 3 – Services

How To Use Permalinks In WordPress (CentOS Guide)

Permalinks are the permanent web address to each of your pages, blog posts, page category and tag archives. By default, WordPress uses web URLs which have day and name in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and

WordPress – Solving file_exists() [function.file-exists]: open_basedir restriction in effect.

This is a common error shown on WordPress after moving the wordpress from one server to another: file_exists() [function.file-exists]: open_basedir restriction in effect. Its due to changed of the absolute path, you will need to change the upload_path option in wordpress database: 1. Login to phpmyadmin which would normally located at http://yourdomain.com/phpmyadmin with your database

WordPress Permission Error

If you are getting permissions error such as parent is not writable or errors during plugin installation, please make sure that the following folders has write permission granted recursively: public_html/wp-content Guideline for Directadmin Control Panel for changing the folder permission: 1. Click on File manager 2. Browse to public_html folder 3. Tick the check box

How to fix Prestashop image upload issue (PHP exec() function blocked)

Open up images.inc.php under web root folder and look for: finfo_close($finfo); } and foreach ($types AS $type) Copy the code below to your clipboard, and replace all the code between the two lines shown above elseif (function_exists(‘mime_content_type’)) $mimeType = mime_content_type($file[‘tmp_name’]); elseif (function_exists(‘exec00’)) { $mimeType = trim(exec(‘file -b –mime-type ‘.escapeshellarg($file[‘tmp_name’]))); if (!$mimeType) $mimeType = trim(exec(‘file –mime

How to Set Scheduled Task in WebsitePanel

With WebsitePanel, you can schedule tasks which the system will run at a specific time. Step 1: Click into the user account you wish, then click on “Scheduled Tasks” icon. Step 2: This page shows the scheduled tasks you have already set. Click “Add Scheduled Task” to add additional jobs. Step 3: Key in a name

Configuring SMTP in WordPress

There are several SMTP mailer plugins available for WordPress. One of the SMTP plugins that you may want to use is the “Configure SMTP” plugin. This plugin allows for quick configuration settings for gmail SMTP. 1. Download the Configure SMTP plugin from the wordpress plugins site. Extract the downloaded file and upload it to this