Can't access wp-admin after installing wordpress

I have installed wordpress using the one-click option. However, when I try to access the wordpress site by using wp-admin it states this page can’t be found

Can you visit the main domain?

No I can’t.

Okay, can you send a screen capture of what you see?

We will also need a screen capture of the web domain configuration.

Since you can not see the front page edit the wordpress config file in the root for and add at the top of the file.

define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );

You can also put and define a log location.

define( ‘WP_DEBUG_LOG’, ‘/tmp/wp-errors.log’ )

When done change wp_debug to false or delete the lines.

Now reload the URL to wordpress, it should show any errors on the main page.

If all fails this is what I had to do as a last resort.

I had this ages ago (years ago), what I did was delete the domain and added it again, with DNS, mail etc…

It just worked then, worth a try I am guessing…

Not had this issue since (many installs of the test server).