Htaccess to create virtual folders
- SEO |
I got static website (site about 250) with structure like:
domain.com/subpage.html
domain.com/subpage2.html
domain.com/namesubpage.html
And I need to create virtual folders to get structure like:
domain.com/catalogue1/subpage.html
domain.com/catalogue2/subpage.html
How Can I use htaccess to change only URL structure from existing domain.com/subpage.html to virtual domain.com/catalogue1/subpage.html ?
Thanks