CI 2.0 no $_POST on specific host |
[eluser]mlinuxgada[/eluser]
Hi guys, I've a very specific problem, similar to http://ellislab.com/forums/viewthread/84230/#430652 . So on my local env everything works fine /gentoo with apache2 + php5 latest stable releases/, on Win7 with xampp again it's ok. My form is like : Code: <form name="setRefresh" method="post" action="/main/refresh/" > Code: class Main extends CI_Controller { Code: <IfModule mod_rewrite.c> Code: $config['uri_protocol'] = 'AUTO'; And whatever I try to post I have an empty $_POST arr. How should i proceed. Grats. PS: When I tried on the same host with simple form submit /without using CI/ I have the correct $_POST result. |
Messages In This Thread |
CI 2.0 no $_POST on specific host - by El Forum - 03-07-2011, 05:09 AM
CI 2.0 no $_POST on specific host - by El Forum - 03-07-2011, 11:49 AM
|