Thanks for your replies, but I’m not sure I understand. I’m not a developer. I’ve followed all the steps to install the code from the new database that 1and1 created. When I go to run the admin on my site: https://www.prolificmagazine.com/wp-admin/install.php
I get 404 Error Not Found!
I’ve even created a new database and ran through the steps again and have the same problem.
Not sure where to see permalinks and songdogtech, I’m not sure where to add the lines you suggested.
** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘[database name edited]‘);
/** MySQL database username */
define(‘DB_USER’, ‘[user edited]‘);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘my password’);
/** MySQL hostname */
define(‘DB_HOST’, ‘[host edited]‘);
/** 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’, ”);