Hello,
I set up a custom URL page that looks like "mysite.com/my_custom_page" which works just fine as soon as I try to add a variable to it :-( !!!
I narrowd down adn found that following URL still works:
"mysite.com/my_custom_page?name="
but this one results in a 404 error:
"mysite.com/my_custom_page?name=value"
^-- I just added the value
Any clue, what causes this and how I can fix it?