php dynamic parameters to url with htaccess – SEO
I'm trying to make SEO Friendly url by altering php parameters with slash based url. I want to make mysite.com/TopList.php?tl=ToplistName&fr=2021-02-10&to=2021-02-20 into: mysite.com/ToplistName/2021-02-20/2021-02-20 I had success with rewriting url but none of my includes are referring to right directory path and…