Re: Reply Bug
That’s pretty interesting. Not sure why it’s not working but I think you can cause a different problem by turning off CheckSpelling in you .htaccess file. That will cause it to fail outright, I think, rather than trying to find you a similarly named file. Put this at the top of a file called .htaccess in your forum root folder:
CheckSpelling Off
(not sure if the off needs to be capitalized or not.)
See what errors you get after that. Worth a shot anyway.