How to deploy a WordPress site and Django site on the same domain?

前端 未结 1 1500
无人共我
无人共我 2021-02-08 16:14

I\'m a complete newbie when it comes to sysadmin/deployment. Here\'s what I\'m hoping to accomplish:

  1. Have domain.com be a normal WordPress site.
  2. Have eith
相关标签:
1条回答
  • 2021-02-08 16:47

    @Ghopper21

    +1 for your question first.

    Now, This is really interesting to know how it's possible in real time execution. I checked with some of my geek friends and I found tremendous response, here are some of suggestion with reference I got after brainstorming with them.

    First of all check this link for deploying & running WP altogether with Django on Nginx +uWSGI...

    These two threads of support forums from Webfaction.com gives you more idea about how they are recommending it to their client...

    Deploying Django and Wordpress in same domain

    wordpress + django on same account - advisable or not?

    Hey, I got one support ref. of Stack Overflow itself, which is explaining how to achieve it on APACHE server...

    How do I run Django and PHP together on one Apache server?

    And last but not least, the one where a geek like us integrated WP with Django... Integrate WordPress and Django

    0 讨论(0)
提交回复
热议问题