how to access localhost
-
I have the site saved in htdocs and I am trying to access it.
It state that page cannot be accessed. This is a copy of my wp-config file.
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'ballinaws2'); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', ''); /** MySQL 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', '');
AND I ONLY HAVE ONE INDEX.PHP FILE (NOT INDEX.HTML FILE.
It is a long time since I worked on it but now I am ready to work on it again, but can’t get started.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to access localhost’ is closed to new replies.