Forum Moderators: mack
Any ideas are appreciated,
Thanks,
Foog (The Foogster)
Now, as to why localhost causes the 500 in the first place, I don't know. Check your logs for information on that. As you said, through the web it comes up fine.
Congrats, by the way.... though I still don't understand why people would want to ruin a perfectly good relationship by getting married.
your host file should be here...
c:\windows\system32\drivers\etc\hosts (in win xp)
If the host file is present make sure it has the following...
127.0.0.1 localhost
Mack.
I'm actually considering the possibility of an incorrectly-authored htaccess file, but I can't explain why that would cause an internal 500 but not an external one. The only reason I considered that in the first place is because the site appears to be written in pure HTML.
Foog, what happens if you use the localhost IP (the same one mack had in the reply: 127.0.0.1) or the network IP of the machine, if applicable (most likely 192.168.0.x, where x = machine's Class C number)?
Also, did you perchance get to check the logs?