Yeah , you won't believe it but try it yourself. I tried to make some dynamic pages via a script. So i put an .htaccess, and i made an 404 redirect. When i try to submit some data via POST/GET to something like http://beta.proseductia.ro/love , i will simply not work! I don't know why POST/GET are blocked if i did an redirect... and it's an url rewriten url. What i can do ?! anybody know?! i tried to debug with an print_r($_POST) and an print_r($_GET), but i see an empty Arrary. Even if i call something like: http://domainer.ip/love?getlangs=softgroups&get1=softgroups&get2=softgroups# i will get an empty arrary ... just because it's an url redirected...
Ok , this is my .htaccess RewriteEngine On RewriteBase / ErrorDocument 404 /results.php Code (markup):