November 28, 2016 at 2:31 pm
Hi
Thanks again for your previous help.
I have another problem:
I have just migrate my wp from localhost to a server.
I followed the steps in this tutorial to do it:
*Login to see link
I managed to make it work online, so you can check it: http://www.cenotetours.com
But now I cannot make it work on the localhost
I changed all the parameters on wp_config as I have the same information in my database in phpMyAdmin
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘isadivingweb’);
/** MySQL database username */
define(‘DB_USER’, ‘isa’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘xxxxxxx’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8mb4’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
but when I try to edit my web in the localhost/wp-admin it sais “Page not found” on the top of the navigation window and the website is displayed like “broken” with this url
http://localhost/wp-admin/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2Fwp-admin%2F&reauth=1
how can I fix it?
Thanks!
Isabel