Replace %26 in htaccess to %2526
- by Patrick
I would like htaccess to rewrite example.com/something_%26_else into example.com/something_%2526_else.
I'm importing a bunch of pages that have ampersands in the title from Mediawiki. These are encoded as %26. Drupal, for various reasons, has decided double encode the url it to have it become %2526. I simply can't create the alisis within Drupal…