PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

[FIXED] How to run a WordPress PHP in local

 August 26, 2022     html, local, php, wordpress     No comments   

Issue

My friend gave me her WordPress website to run in localhost, but I never did it. I had installed the xampp server, but her website doesn't show in my local.

All she gave me was a 'wp-content' folder, a '.htacess' file and a 'site.php' file, which has HTML and PHP content inside of it. I just want to run it in my local so I can edit it for her.


Solution

You're missing a lot of files and folders that are required to run wordpress. Also, site.php is not a core wordpress file.

You can download the official wordpress zip from here and compare it with that you have.



Answered By - Vinay Jain
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing