Hosting a wordpress blog in a Laravel application

后端 未结 1 2073
小鲜肉
小鲜肉 2021-01-25 10:31

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条回答
  • 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)
提交回复
热议问题