How to disable Magic Quotes GPC
1) First go to your public_html directory 2) Than create a .htaccess file 3) Add the below line in .htaccess php_flag magic_quotes_gpc Off Note: To view if the option is turn off use the phpinfo.php to check
1) First go to your public_html directory 2) Than create a .htaccess file 3) Add the below line in .htaccess php_flag magic_quotes_gpc Off Note: To view if the option is turn off use the phpinfo.php to check
If you have installed WordPress in a subfolder and want your domain URL to display the main domain, you can follow the steps. In this example, our domain is testing.com.my and we have installed WordPress in testing.com.my/v2. The end result will be URL show www.testing.com.my and displaying content of v2 Note: This example was using
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
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
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
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
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
When trying to install new extensions in Joomla, some users might come across some errors indicating a “Bad Response”, where the extensions are not successfully installed. These errors include: -JFTP::mkdir: Bad response -JFTP::chmod: Bad response -JFTP::store: Bad response
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
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