Question
Drupal setup on a Django server.
Hi I have a Ubuntu 14.04 LAMP server. I am currently using Django to serve the content of my site. I would like to add Drupal to my site and use it for a blog. Django is serveing the root right now (vinixinc.com) but I want to add a folder (/blog) to install Drupal to so if you go to (vinixinc.com/blog) it’ll load the Drupal project. If i use Django to serve the Drupal project I will have to create a view and add it to my urls for every page as well as configure each page to use CSRF. That will make things very complicated. So my question is can I setup Apache to serve a folder on a site without Django if the rest of my site is using Django.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×