momsdiet,
I have been searching all over the web and I believe you are the closest to my problem. I see that you have your website up and running. I have my own domain which is http://theevilblog.com and I installed WAMP5 and Wordpress. Wordpress made a folder by itself. When I access the site from the server it opens fine, all the colors, the theme works, everything. If I try to open the site from another PC either internally or external, the site comes up but I do not see any theme, its just plain. If I hit refresh I can see on the status bar using IE that it says connection to localhost. How did you manage to get it to read not from localhost?
This is part of the source code from a PC not displaying correctly. Do you see where everything says http://localhost blah, blah, blah?
<link rel="stylesheet" href="http://localhost/wordpress/wp-content/themes/default/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="The Evil Blog - Where Xpressions Are Heard Globally RSS Feed" href="http://localhost/wordpress/?feed=rss2" />
<link rel="pingback" href="http://localhost/wordpress/xmlrpc.php" />
<style type="text/css" media="screen">
#page { background: url("http://localhost/wordpress/wp-content/themes/default/images/kubrickbg.jpg") repeat-y top; border: none; }
</style>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/wordpress/xmlrpc.php?rsd" />
</head>
<body>
<div id="page">
I also would like to change the folder and name it blog instead of wordpress, but if I do, then I'm not able to login to the site, or open phpmyadmin, etc., since it pulls the info from /wordpress instead of reading the new folder /blog. I'm pulling my hair, I need help please.
Thanks
TheEvilBlog