Hi!
I have a page (my-page.html) where I have several content created by a personal database. So, I want to access to each content individually. The easy way is to put variable into the URL like this:
my-page.html?page=my-second-content
And I can get the variable with a simple $_GET
But it's not a friendly URL solution. I want this:
my-page/my-second-content.html
However, this URL display the homepage of course.
I think that the solution is to change the .htaccess file, but I'm not sure and, most important, I don't know how (properply). Or, maybe you have another way.
Someone can help me? Please.
Thanks.