Can I host a facebook PHP application in my Django site? -


I have found a website created with Django, and I want to use that domain, which hosts a Facebook app Is something like PHP, it is possible? How can i do

Thanks

July

Yes, it is possible , You should configure your server so that the documents of that particular URL will be parsed by PHP rather than the default. This configuration depends on the server you are using. You can find more information for Apache.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -