views:

28

answers:

1

Hi,

I've got a website http://www.mydomain.com made with Django, and I'd like to use the domain to host a facebook application written in PHP, in something like http://www.mydomain.com/facebook/myapp/. Is that possible? How can I do that?

Thanks

Jul

A: 

Yes it is possible, you should configure your server so that documents for that specific URL will be parsed by PHP instead of django. This configuration depends on the server you're using. You can find more information for apache here.

KillianDS