Hosting a wordpress blog in a Laravel application

后端 未结 1 797
野趣味
野趣味 2021-01-25 10:56

I currently have a Laravel application deployed in a autoscaling group at www.example.com and a wordpress blog at blog.example.com on a single instance

相关标签:
1条回答
  • 2021-01-25 11:03

    Try to use this before Laravel rules:

    RewriteRule ^blog - [L,NC]
    

    This will let you use Wordpress with Laravel.

    Also, you could try this solution.

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