Rewrites problem in the comments section

Found a bug? Tell us!!
Post Reply
oeli
Regular
Posts: 19
Joined: Sun Apr 17, 2005 10:27 am
Location: Vlissingen, The Netherlands
Contact:

Rewrites problem in the comments section

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Rewrites problem in the comments section

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply