I have a laravel 5.2 web app built and hosted on laravel forge. No problem so far, but my client has asked me to install a wordpress blog on the app. So far, I have downloaded the wordpress files and have made and installed them in the public/blog folder. I want to see the blog at http://www.example.com/blog. I have read other answers about needing to change my nginx.conf file because of issues with permalinks? I want to enable permalinks and have a clean install of wordpress so what changes do i need to make to my nginx.conf file?
1 comment
Comments are closed.
What you need is to add some rules for your
WordPress
directory (and all other directories you want to use) beforeLaravel
rules.For
nginx
rules will look like:Please look here for a solution.