Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

After installing xampp on my pc I am unable to open facebook.com . It automatically redirects to https://www.facebook.com/xampp/ .. Is anyone here who can sort out this problem.?????

share|improve this question
Can you post your hosts file content? (\Windows\System32\Drivers\etc\hosts on Windows or /etc/hosts on Unix) – ov1d1u Sep 29 '12 at 8:00

closed as off topic by a_horse_with_no_name, Mat, pb2q, Bobrovsky, bmargulies Sep 29 '12 at 16:43

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

It seems like you have added facebook.com to route to 127.0.0.1 in your host file. Check in Windows\System32\Drivers\etc\hosts.

In this case, delete the entry (just that line) and see if it works.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.