I am creating a PHP project, and the folder structure looks something like:
includes/
pages/
config/
In theory, all of the pages will go into the pages folder. But, whenever someone visits the website, on a specific page: (i.e.) www.mysite.com/help I want it to look inside the pages/ folder, rather than thinking it is on the root of the document.
Can I achieve this using PHP / .htaccess - I have googled this problem and cannot see any relevant infomation