I run a Laravel based website and need to host a WordPress blog on the same domain as http://example.com/blog
By placing the “blog” directory inside the public directory of the Laravel project, I get into an infinite redirect loop error.
How do I fix this?
Add this line into the .htaccess file inside your Laravel “public” folder and it should then exclude the /blog/ so you can have your own settings for it inside the blog folder.