iis - localhost and IP Address issue -


i have irritating problem on web development. have issue regarding usage of http://localhost , ip address http://10.xxx.xx.x. if access website using localhost 127.0.0.1, renders good, when access on other workstation, rendering bad. tried use ip address, looks same others can see. developer first time encountered because first time using iss web servers. dont know if iis problem or me. hehe.. 1 thing im using server side program im updating , seems when use ip address, update has not been displayed. took day or 2 update it. there here experience same problem , fixed it. or there iis guru's here can me. dont know do. im having inconsistent website. :(

thank in advance.

check through html , check urls point resources within site. make sure start / instead of http://localhost/ or http://127.0.0.1/. example, replace http://localhost/images/logo.png /images/logo.png

it great if add more details question. also, might try using firebug extension firefox determine if stylesheets, images, or scripts failing load.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -