0

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

jul
  • 36,404
  • 64
  • 191
  • 318
  • 1
    This should be an Apache/nginx/lighttpd question and you should post it on serverfault.com In a nutshell, tweak your http server settings with Directory, AddHandler, rewrites etc. – mawimawi Jul 28 '10 at 12:35

1 Answers1

0

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.

Community
  • 1
  • 1
KillianDS
  • 16,936
  • 4
  • 61
  • 70