Can someone tell me what I need to do?
Thanks!
I will try to help a bit but I'm not an expert so maybe some others can give
more advie than me.
Firstly this is a bit nitpicky but the correct terminology is that the
webpage(client) connects to the server, and it helps to speak about it
properly
I assume you are running apache server on your local machine as you
mentioned localhost.
Note: I checked your site and it gives a HTTP 404 error, and this is an
Apache tomcat error page so you seem to have your Domain setup for an apache
server , I don't know if this is your localhost or another server.
Anyway first step is to get the localhost default site up and running I
guess. With apache running: open browser and go to http://localhost:8080 , I
guess this port is default and you have not changed that. Provide some clues
what errors you get.
HTH