wordpress

301 redirect redirection for website domain migration

What is a 301 redirect? When you view a website page, you may see a message telling you that the page has moved elsewhere. This is what a 301 redirect does. It’s like a “we’ve moved over there” indication to browsers and search engines. Let’s take a simple example to…

How to install WordPress on localhost Windows

WordPress is a popular open source CMS(content management system) that makes it easy and simple to create and manage websites. WordPress has many advantages, such as rich plugins and themes, flexible customization capabilities, strong community support, etc. However, if you actually publish a WordPress website on a hosting server, you…

How to solve “Error: MySQL shutdown unexpectedly” XAMPP

Click start mysql button and it gives me an error: “XAMPP – Error: MySQL shutdown unexpectedly”. I tried restarting the XAMPP server, but it still doesn’t work.   Solution: 1. Click “Explorer” on XAMPP Control Panel then open the “mysql” folder  2. Rename the “data” folder as “data_bk” (or anything…