IAMEM Hosting

Category: CMS

Home > Blog > CMS
07Oct, 2018

Change WordPress URL through functions.php file

Changing the Wordpress URL can be done by editing the functions.php located in the theme folder, in most of the webservers the location will be as below /home/site/public_html/wp-content/themes/mytheme/functions.php Once you open the…

26Jul, 2016

Install PEAR/PHP Mail function

  PHP Mail function should be installed on your server if you want to send emails from your code, to install 1. Install Pear package (if it is not already installed) by…

05Jul, 2016

WordPress asks for FTP details while installing updates

  Issue: While installing plugins or updates some times WordPress asks for FTP details.   Screenshot:   Reason: This happens because the WordPress is unable to download and store the files in the web directory.   Fix: Modify the changes…

04Jul, 2016

Error: “An error occured” in Joomla admin section

  After installing the latest version of Joomla you may sometimes notice the below error in the “admin” section. Error An error occured Screenshot:   Fix: This happens because of the incorrect/low MySQL “sort_buffer_size”, to fix this…

30Apr, 2016

Restrict WordPress Admin to Specific IP’s

It is always advised to restrict wordpress admin section to specific IP to avoid brutforce attacks, to configure it add the below code in the .htaccess file of your wordpress…

15Apr, 2016

cPanel: IP Restrict Joomla Administrator Section

  In order to restrict Joomla Administrator section to only one or few particular IP’s add the below in the .htaccess file in the administrator directory   Order Deny,Allow Deny from all Allow from <IP…

10Mar, 2016

CMS: Get complete list of all installed CMS’s on Server

  The following scripts may be very handy to get all the list of CMS’s on various servers. Wordpress: cPanel: find /home/*/public_html/ -type f -iwholename “*/wp-includes/version.php” -exec grep -H “\$wp_version =” {} \;   Plesk: find /var/www/vhosts/*/httpdocs…

02Mar, 2016

WordPress: Change URL in Media and Posts

  After changing the wordpress to the new website, it is observed that the URL of media files and Internal post links still shows the OLD url. To change it, login to…

24Feb, 2016

WordPress does not take max_memory limit from PHP.ini

  New Versions of wordpress does no take the max_memory_limit from PHP.ini. This is because the wordpress default memory limit is already defined in the following file.   WORDPRESS_ROOT/wp-includes/default-constants.php   If you want to modify, edit…

Copyright © 2019 | iamemhost.com . All rights reserved.