Hi there, I wonder if you can help me out.
I'm trying to create clean URLs and so far I've managed to use .htaccess to convert the following URL:
https://www.example.com/index.php?ca...on1&page=Page1
into:
www.example.com/Section1/Page1/
The problem is then getting PHP to interpret the URL and extract the variables. Here's the code I'm using:
.htaccess...