Page 1 of 1
Rewrites problem in the comments section
Posted: Mon Oct 30, 2006 10:33 pm
by oeli
I have rewrites enabled in s9y. Works fine mostly, but in the comments section, there are a few links (threaded/linear links), and the form itself, which still post to a 'index.php?url=...' instead of a nice rewritten url.
Re: Rewrites problem in the comments section
Posted: Tue Oct 31, 2006 9:45 am
by garvinhicking
Hi!
Yes, this is intentional. The problem is that using apache errordoc rewrite, a POST request to a "prettyfied" URL does not contain POST data. So we need to POST to a real existing URL.
It would be harder to implement two different URL routines for posting via mod_rewrite, so we also use that method when using mod_rewrite.
Best regards,
Garvin