Thread Starter
lofcom
(@lofcom)
> You nay need to turn path info processing on for wp-trackback.php
Worked like a charm; much thanks for the info! Hum…time for me to hit apache.org and study up on AcceptPathInfo.
(My goal is to, once everything’s set up and working correctly, to drop the .htaccess data directly into httpd.conf to save the cycles.)
Thread Starter
lofcom
(@lofcom)
Pulled the file, dropped it into the test blog as wp-mail.php, sent a test message, and perfect success – although this doesn’t output any information on success, which kinda threw me for a sec.
I <EM>do</EM> want to compare the two and drop the setup code into the original wp-mail.php file (changing the default set from a hard-coded 1 to the value of wp_options->default_post_category), since the debug code in the distro wp-mail.php outputs much better information, but this works fine for now – much thanks!
Wonder how this got dropped, and if it is the cause of all the other folks having problems blogging via email?