Install Wordpress with Laravel in same domain in folder blog

后端 未结 3 515
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-06 13:43

I have a laravel installation at same domain.com. The site is up and running. I need to install a wordpress in blog folder at domain.com/blog. when I try to install the word

3条回答
  •  感情败类
    2021-01-06 14:21

    I got a solution from laravel forum. Adding the line in the htaccess worked for me.

    RewriteCond $1 !^(blog)

    Blog is working properly as a separate folder.

提交回复
热议问题