Hosting a wordpress blog in a Laravel application

后端 未结 1 2169
小鲜肉
小鲜肉 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条回答
  •  不要未来只要你来
    2021-01-25 11:25

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