I'm looking to rewrite my current directory structure to create a friendly URL.
Directory Structure
Root Folder
- includes
- images
- css
- js
- partials
- pages
- Page 1
- index.php
- Page 2
- Page 3
- Page 4
So the current URL path is www.example.com/page/page1, but what i would like is to have is www.example.com/page1. So the website can be placed Bitbucket to enable versioning.
Any help or links are hugely appreciated.
Thanks