I managed to rewrite mydomain.com/file.php?id=## to this:mydomain.com/##-Report_TITLE_OF_REPORT_HEREby letting the .htaccess just take the ## and ignore anything that comes after it. I would like to change it to this:mydomain.com/report-##/TITLE_OF_REPORT_HEREHowever I cannot manage to wrap my head around it nor can I find any tutorial for this specific case online. The slash in the middle seems to muck everything up.Could anyone tell me how to do this?