I have a problem, I searched for a few days including this site for a solution to my problem.
I have website and I call for pages from a database, this pages now contain white spaces converted to %20 when shown. I want them to be rewriten in .HTAcces into hyphens, for example:
www.domain.com/hello this is a page.php
to
www.domain.com/hello-this-is-a-page.php
note: not every page has the same amount of white spaces and i don't use any subfolders.
Since I am completely new to htacces, I don't know how to make these rewrite rules, or duplicate them from another site and modify them.