i have old wp blog (about 600 posts) with url mysite.com/blog/
The premalink structure is mysite.com/blog/index.php/post-name/
I would like to use wp to run my whole site, so I tried to move its home page to the root: mysite.com
in this process something went wrong and it lost /index.php/ in its structure.
i would like to preserve the same permalink structure for blog posts (mysite.com/blog/index.php/post-name/ ) and keep pages structure as : mysite.com/page-name/
is it possible?
Thank you in advance for your time and effort.