I have installed a WordPress blog on different webhosting accounts but now I'm trying to install WP on my own server and running into issues.

Here's the issue. I've setup my own database using phpMyAdmin and everything seems correct. I've setup the changes to the config file. It looks as though it is setup correctly but it doesn't seem to be connecting to the CSS...

enter image description here

Ignoring the CSS issue I forge forward and try to setup the blog but after creating my admin account etc, and trying to access the blog or dashboard I get the "Page can't be displayed" page.

Is this an issue with my server, WordPress, or am I just missing something?

link|improve this question
can you post a screenshot with the URL in view? – Climber104 Aug 6 '10 at 3:31
@Jason: which version of Apache server are you using? XAMPP on Windows? or Linux ? – Michael Mao Aug 6 '10 at 3:39
This is a question better suited for Server Fault or Superuser. – Paul Sasik Aug 6 '10 at 3:43
Belongs on Server Fault – songdogtech Aug 6 '10 at 3:50
I'm not a server guy, I don't know what baseURL is, or how to find it. I'm using Google to no avail right now. – Jason Aug 6 '10 at 4:07
show 1 more comment
feedback

migrated from stackoverflow.com Aug 7 '10 at 2:37

This question came from our site for professional and enthusiast programmers.

2 Answers

Your baseURL is not setup correctly for the app. I forget exactly how to set it up if you cant get into the admin pages, there is a config file somwhere. Google is your friend.

link|improve this answer
1  
That or you could just help me with a link or something. – Jason Aug 6 '10 at 4:16
can you please post a screenshot with the url in it? – Climber104 Aug 6 '10 at 13:57
feedback

If your base URL is the problem, then the link below should help. it shows you how to modify the baseURL manually.

http://codex.wordpress.org/Changing_The_Site_URL

you simply need to modify the wp-config.php file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown