I have wordpress inside my laravel application. My complete application is using laravel except blog. Now I want to handle a page through laravel but blog is coming before it.
Now,
http://tauriel.local/blog/test
Expected,
http://tauriel.local/test
My whole blog is inside blog folder. How can I remove blog from my wordpress page?
Just exclude the
blog
folder in your .htaccessI believe that you have the wordpress content inside the folder
blog
i.e.,