I'm trying to rewrite the displayed url in the browser to clean up a messy one. I'm looking to just make it look nice, not do any redirects.
Here is the url formatting:
https://website.org/folder/video/index.php?v=name&l=time
and I would like it to still go there^ but display this:
https://website.org/folder/video/
I have searched through many similar questions, and none of the answers gave me what I'm looking for (I'm testing them here ) I also tried altering and trying to mess with other peoples' answers to fit my situation, but nothing seems to work.
Anyone know what I should try? I am coming to realize that this might be more complicated than just an .htaccess file. But any tips are appreciated. Thank you!