Category: cPanel
Update PHP in the year of 2021
I saw a notification to update PHP on the WordPress Dashboard of this blog. I saw in the server’s Control Panel that PHP has been setup to version 7.3. I then saw the Requirements page on the wordpress.org site. The minimum PHP version recommended by the wordpress.org website today is version 7.4. As mentioned by…
Redirect Old Domain to New Domain
How to redirect old domain to new domain through .htaccess? You should add this code in .htaccess file Method no 1 Method no 2
Repair WordPress Database
When a WordPress table crash, one symptom might be that all of your posts seem to have disappeared, or perhaps all of your drafts. You may even get a message in phpMyAdmin telling you that one of your tables haves crashed. No need to worry. Repairing tables is very easy. Warning : backup the WordPress…
WordPress Database Optimization
WordPress is powered by PHP and depends on MySQL database; in fact, all the content, including the website settings, are stored in it. When your WordPress site is visited, the web server will query the database to retrieve all the necessary information to display. However, over time, the speed required for querying the database will…
Moving WordPress blog from a subdomain to a subfolder
I had this blog and this main site on same domain, pixert.com a year ago. I got high traffic to same domain. I separated the blog from main site after serious problems occurred. I made pixert.com/blog for blog and pixert.com for main site That’s a mistake I should not done. Most startups have their blog…
Web Page Compression: Enable gzip Encoding and Caching
Website load is one factor Google been considered to rank websites in their search engine. The next tutorial explain a step to improve loading time in your website. This step is focusing on gzip encoding and caching, it compress the content from your server to the client browser. The reduced file size is what speeds up…