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.

The term Virtual Host refers to the practice of running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be "IP-based", meaning that you have a different IP address for every web site, or "name-based", meaning that you have multiple names ...

learn more… | top users | synonyms

0
votes
0answers
66 views

WAMP, localhost .dev virtualhst domain and FB login by php sdk

I've downloaded facebook php-sdk from github and tried examples from this project. My local testing server is WAMP with virtualhost .dev domain. Any directory placed in www will be accesable via ...
1
vote
2answers
227 views

Setting up virtual host in lamp

I want to develop facebook app locally and was trying to follow instructions on https://devcenter.heroku.com/articles/facebook#working-locally I installed lamp on Linux Mint 13 and created ...