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…
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…
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…
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…
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…
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…
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…
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…
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…
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.