We are running Django application on Azure websites. We would like to install a blog on www.example.com/blog.
We uploaded wordpress into root directory, www.example.com/blog. But Django URL handler is stopping the request to the subdirectory and issuing an 404 page.
How to solve this issue?