Getting 404 Not Found nginx/1.18.0 on installation script
-
Hello there,
I’ve went through all the WordPress installation instructions, also followed another external article since I’m using their droplet, also checked a few Youtube videos, but for everything I’ve done, I’m still getting the error below when I visit /wp-admin/install.php:
404 Not Found
nginx/1.18.0 (Ubuntu)I’ve made sure my “wp-config.php” contains all the details of my database:
define( 'DB_NAME', 'geniusatwork' ); /** Database username */ define( 'DB_USER', 'geniusatwork' ); /** Database password */ define( 'DB_PASSWORD', '<my_password>' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); define('FS_METHOD', 'direct');
Also included:
define(‘WP_HOME’,’https://geniusatwork.cf;) define(‘WP_SITEURL’,’https://geniusatwork.cf;)
I’ve copied the content of the “wp-config.php” on
/var/www/html/wordpress
and also on/var/www/wordpress
adjusted permissions accordingly, moved installation files to both folders, also checked Nginx settings to ensure they have the configuration intended, but nothing seems to work, I’ve 5 days trying to fix this but no success at all, I feel very frustrated and sad for this.
Any help you can provide on this would be greatly appreciated.
Thanks.The page I need help with: [log in to see the link]
- The topic ‘Getting 404 Not Found nginx/1.18.0 on installation script’ is closed to new replies.