About the way to replace part of the URL in this way:

RewriteRule ^films.php /pages/films.php [L,QSA] 

everything is very clear.
I have such a question, and how can I change the address, like this:

 /pages/#/12/ 

for example, to an address like:

 pages/content/12/ 

0