|
can anyone help i am setting up a http server everything seems to be ok but when i typr my url in this case http://www.richardapayne.co.uk it does not go to my server just logs in the my router not directing to my server |
|
Hello cupidstunt2, Appears that you need to review this link. It is an excellent guide which addresses your question to get you started in the correct direction. Report back and edit your question with any further issues if you get stuck. reards... |
|
Also, your site isn't
wget -O - http://www.richardapayne.co.uk/
--23:57:27-- http://www.richardapayne.co.uk/
=> `-'
Resolving http://www.richardapayne.co.uk... done.
Connecting to http://www.richardapayne.co.uk[98.124.199.1]:80... connected.
HTTP request sent, awaiting response... 302 Object moved
Location: http://richardpayne.blogsite.org/ [following]
--23:57:28-- http://richardpayne.blogsite.org/
=> `-'
Resolving http://richardpayne.blogsite.org... done.
Connecting to http://richardpayne.blogsite.org[2.122.118.200]:80... failed: Bad file descriptor.
Retrying.
--23:57:49-- http://richardpayne.blogsite.org/
(try: 2) => `-'
Connecting to http://richardpayne.blogsite.org[2.122.118.200]:80... failed: Bad file descriptor.
And this is currently not your router admin interface coming up, but "bad file descriptor". |