0
votes

I am learning wordpress, I think I have installed it according to the installation instructions, but the result is 404

  1. Download wordpress (ok)
  2. Create a database for WordPress on your web server, and also create a MySQL user with all permissions to enter and modify. (ok?)
  3. Rename the wp-config-sample.php file to wp-config.php.(ok)
  4. Open wp-config.php with your favorite text editor and fill in your database information.(ok?)
  5. Put the WordPress folder on your server where you want to put it(ok?)
  6. Visit wp-admin/install.php in your favorite browser to launch the installer(404)

Why?

enter image description here

enter image description hereenter image description here

enter image description hereenter image description here

1

1 Answers

0
votes

Are you using web server to run wordpress site (ex:xampp, wamp v...). Are you change directory of variable DocumentRoot and Directory in httpd.conf point to wordpress directory?