2015-02-18, 11:19:19
I had time to try disabling the various special options I was using in my installation. It turns out that sending mail does not work when canonical redirect is enabled in gsconfig.php.
# Enable Canonical Redirects?
#define('GSCANONICAL', 1);
I like having this option turned on because otherwise, duplicate content becomes available at different URLs on the site.
/contact/?&tp=contact redirects to /contact/ and probably loses the tp=contact value in the process.
# Enable Canonical Redirects?
#define('GSCANONICAL', 1);
I like having this option turned on because otherwise, duplicate content becomes available at different URLs on the site.
/contact/?&tp=contact redirects to /contact/ and probably loses the tp=contact value in the process.