Oops! This link appears to be broken.
-
Any idea on why this isn’t working.
Thanks in advance,
Jane
localhost/misconce/wp-login.php = takes me to the login for my online site.
https://localhost/misconce/ = Oops! This link appears to be broken.
the wp-config.php is here:
C:\xampp\htdocs\misconce
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘misconce’);/** MySQL database username */
define(‘DB_USER’, ‘root’);/** MySQL database password */
define(‘DB_PASSWORD’, ”);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);——-
https://localhost/xampp/ = opens xampp
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user ‘root’.
—–
https://localhost/phpmyadmin/index.php?db=misconce&token=f4a62de949fbf3b938e3cf6d093c8491
site url = https://localhost/misconce
home = https://localhost/misconce
- The topic ‘Oops! This link appears to be broken.’ is closed to new replies.