I have a rewrite rule that just redirects to another page. If I am posting information from a form, will I lose the $_POST variables if it is redirected by the rewrite rule? Or will they stay.
thee
3:42 pm on Mar 8, 2006 (gmt 0)
Hi,
I'm not sure I understood you but why would you loose your $_POST variables since your form probably redirects to an action page?
if you pass these arguments to the URL, you can place exceptions or additionnal rules in your .htaccess while keeping control over your URL.