The problem with my web interface is indeed the RewriteRule:
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R]
which is eliminating the post data, though I don't really understand why
since I thought the $1 made sure that would be maintained. I tried
following FAQ #
Ok, but is there a way to accept posts from the command line? Thanks.
Brad Knowles wrote:
> At 12:04 PM -0500 2005-11-01, Ken Senior wrote:
>
>> Is there a way to accept posts from the command line? None of my web
>> interface pages work properly. They all display, bu
Is there a way to accept posts from the command line? None of my web
interface pages work properly. They all display, but when you click a
submit button nothing happens---the page merely refreshes.
Thanks, -Ken
--
Mailman-Users mailing list