Currently ampersands in the gallery aren't showing properly
?album=1&gallery=1&nggpage=2
should be
?album=1&gallery=1&nggpage=2
What do I do to fix this? I tried the rewrite rule
php_value arg_separator.output "&"
php_value arg_separator.input "&"
as well as adding the semicolon by hand in the php but it just ignores it.