Hi,

Is there any way to manipulate prettyURL for better SEO?
For example, I have a portfolio website with the following structure:

portfoliopage.com/
portfoliopage.com/projects/index.php
portfoliopage.com/projects/project.php (clonable - with "project-A" and "project-B" inside)

activating pretty URL will make this:

portfoliopage.com/
portfoliopage.com/projects/
portfoliopage.com/projects/project/project-A.html
portfoliopage.com/projects/project/project-B.html

The last two pages have unwanted URL's because:

it adds /project/ before the project name
it ends up with .html instead of being a folder;

is there any simple way to fix this and make my projects look like what would be ideal for SEO:
portfoliopage.com/projects/project-A/


Thanks in advance
F.