Posts

How to install WordPress on Localhost?

Image
  WordPress is an open-source platform and is available for free. As its creators intended WordPress can be used by anyone, from a complete beginner to a seasoned developer. A WordPress website can be set up as a "one-click install" on a hosting platform.   Alert! Before installing WordPress on localhost, you must have XAMPP installed on your PC. Installation Process 1. Go on site  https://wordpress.org/ , and download WordPress's latest version.  2. Now create a New Folder at the following address Local Disk (C:) > xampp > htdocs  3. Copy the downloaded WordPress Zip file and extract it to the newly created folder. Local Disk (C:) > xampp > htdocs > New Folder 4.  Now Run the XAMPP server and start the modules 1: Apache 2: MySQL 5. Open Google Chrome and type this URL. http://localhost/phpmyadmin/      The dashboard will appear. Follow these steps to create New Database.     1 . Click on the Database tab. ...

How to install XAMPP server for WordPress

Image
  Want to install WordPress locally? It is the best idea to develop a site for testing and other purposes. XAMPP lets you run a website from your very own computer. Once you get it set up, your WordPress website is a click away.  Installation Process Follow the step-by-step procedure to successfully install the XAMPP server for using WordPress locally.  1. For downloading the XAMPP server,   Click Here Download Windows 64-bit version. 2.  Run the .exe file and start the setup wizard.  Click Next 3. Select all the checkboxes. And  Click Next 4. Your Installation has been started. Wait until the installation is complete.  5.  Your  Installation  has been completed.    Click Finish           Once it is finished, the control panel of the XAMPP server is launched.              Start the modules and test your server. 1. Apache  2. MySQL Check the statu...