I setup a Wordpress in my local.
When I typed in browser
1) http://localhost/
my Blog's style.css is loaded and see the blog
2 ) When i want to reach with my ip
i can see my blog without style.css is loaded.
1) in the first the accessed files from localhost
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET / HTTP/1.1" 200 5451
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET /wp-content/themes/default/style.css HTTP/1.1" 200 10345
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET /wp-content/themes/default/images/kubrickbgcolor.jpg HTTP/1.1" 200 556
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET /wp-content/themes/default/images/kubrickbg-ltr.jpg HTTP/1.1" 200 1043
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET /wp-content/themes/default/images/kubrickheader.jpg HTTP/1.1" 200 7868
127.0.0.1 - - [17/Oct/2009:23:39:36 +0300] "GET /wp-content/themes/default/images/kubrickfooter.jpg HTTP/1.1" 200 2443
2) in the second only index.php is accessed
ip - - [17/Oct/2009:23:41:04 +0300] "GET / HTTP/1.0" 200 5222
Why did not load the style.css when i call with my ip?