I have a website with Laravel, I am starting a wordpress blog on the website with url.
I have uploaded wordpress blog in the public directory of laravel. To exclude wordpress blog from laravel htaccess rules, I have added following line in my laravel htaccess
RewriteCond $1 !^(blog)
It works fine, but when I enabled SEO friendly urls for the blog to make urls as
http://abcd.com/blog/sample-post/
it gives internal error when I try to view a blog post.