Page 1 of 1

Webpage not working.

PostPosted: 10. August 2008 17:08
by Smackie
I am running XAMPP 1.6.7 and i run it on both Windows XP and Windows Vista now when I start my computer up in Windows XP I can access my site by typing in my ip (or my site url which i set up for it). but when i restart my computer and come into Windows Vista i can access it using http://localhost/ but i can't use my IP nor my URL.. and I'm scratching my head at this :?:

Thank you
Smackie

PostPosted: 10. August 2008 17:10
by Nobbie
Firewall?

PostPosted: 10. August 2008 17:11
by Smackie
no i unblock it same with the one in the router as well

PostPosted: 10. August 2008 17:39
by Smackie
Ok I tried using https://myip and it went to where i needed but still nothing when i type in http://myip.

Webpage not working

PostPosted: 10. August 2008 19:31
by ukprotect
Go to your hosts file, usually located at
C:\WINDOWS\system32\drivers\dns
and add

127.0.0.1 yourwebsite.com


So if you can access your website from http://localhost you will also be able to access it using http://yourwebsite.com

Re: Webpage not working

PostPosted: 10. August 2008 20:20
by Smackie
ukprotect wrote:Go to your hosts file, usually located at
C:\WINDOWS\system32\drivers\dns
and add

127.0.0.1 yourwebsite.com


So if you can access your website from http://localhost you will also be able to access it using http://yourwebsite.com


I already knew that.. but thats not my problem.. my problem is i can type in http://myip( example: xxx.xxx.xxx.xxx) and it doesn't show up.. it works just fine on my Windows XP (same version and same location same exact one) it will let me view it as https://myip( example: xxx.xxx.xxx.xxx) and also as http://127.0.0.1 and also as http://localhost but not as just an http://myip( example: xxx.xxx.xxx.xxx)..

but i spend most of my time now days on Windows Vista.. so i need to get the running.

webpage not working

PostPosted: 10. August 2008 21:23
by ukprotect
try by configuring httpd.conf to make apache listen on your local IP
eg.
Listen 192.168.0.10:80

hope this works

PostPosted: 10. August 2008 21:46
by Smackie
still nothing :-\.. I usually figure out how to fix this stuff out on my own but this has me scratching my head.. It works just fine on Windows XP but not Vista.. when i installed the newest version alittle bit ago before i put this thread up it said something about vista and UAC but even tho i don't have it turned on (im using full Administrators account) but still nothing.. but i switched to regular user account and still nothing..

I been using Xampp for i would have to say around 4 or 5 years now and lovin it but this is the biggest problem i had with it..

PostPosted: 12. August 2008 04:07
by Smackie
I found out why it's not letting me view my site using my ip.. had a friend connect to ip and he said he sees what it should be showing so i knew that Windows Vista is blocking port 80 itself.. but trying to unblock it is harder the heck.. lol if anyone knows how to do this give me a shout please lol..