In fact, my site is installed in a directory called 'grav-skeleton-blog-site' but I've set up my virtual hosts correctly so that I can access it using something like: myurl.local (or localhost/grav-skeleton-blog-site/, but that's not the case).
This way, when I access myurl.local or myurl.local/blog, I go to home, which is ok.
The problem is that all the other links point to a url with blog included. For example, the first blog post points to myurl.local/blog/sunshine-in-the-hills and I wished it to point to myurl.local/sunshine-in-the-hills.
The only exception are the urls generated by some plugins like pagination, and archives that point to a url without the word blog (like, myurl.local/page:2) but they result in a 403 error.and only work if I include the 'path' to blog in it, (like, myurl.local/blog/page:2).
Is there anything I can do to get this working??
Thanks once more!