Revo 2.3.5-pl (advanced)
Apache 2.4.7
PHP 5.5.9
MySQL 5.5.44
After disabling FURLs, in both System Settings and .htaccess, all URLs with multiple variables are generated with a second query string separator (?) immediately after the first variable. IE:
The page source contains
<a href="index.php?id=77?region=us&period=7days&minmag=3"></a>
After clicking the link the browser address bar displays
index.php?id=77?region=us&period=7days&minmag=3
and the result is HTTP error 404, page not found.
Manually changing the second query string separator to '&' in the browser address bar subsequently displays the correct page.
How can I correct this behavior?
[ed. note: cp@pcs last edited this post 11 years ago.]