Linux is able to offer a very advanced level of hosting platform to every website so that an effective interface can be developed to run a website on the internet…
Linux is able to offer a very advanced level of hosting platform to every website so that an effective interface can be developed to run a website on the internet…
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…
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…
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.