Topic: change space into something else in rewrite_rules.php
In my gallery extension you can make albums that contain spaces. How do I turn those spaces into a + or something else so that there is no %20 in the link.
I am now using the next code:
'/^gallery[\/_-]album[\/_-]?(.*?|\/)(\.html?|\/)?$/i' => 'index.php?gallery=&album=$1',
thanks for your help.