I have a form with an action that redirects to a page;
<form method="post" action="active">
The “active” page is a rewritten rule;
RewriteRule ^active$ active_form-sec.php
The page with the form is also a RewriteRule.
The problem is, everytime I submit the form and I get on the active page, the POSTs are empty.
How can I fix this problem?
Thanks in advance!
active_form-sec.phpis called when you hit the submit button?print_r($_POST)?active-form-sec.phpisn’t called, your mod_rewrite isn’t working properlynameattributes)Debug done.