Welcome Guest, Not a member yet? Register   Sign In
$this->input->post() problem
#3

[eluser]InsiteFX[/eluser]
Code:
Options FollowSymLinks
<IfModule mod_rewrite.c>
    RewriteEngine on
    
    RewriteBase /codeigniter

    RewriteCond $1 !^(assets)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /codeigniter/index.php
</IfModule>


Messages In This Thread
$this->input->post() problem - by El Forum - 02-25-2014, 03:57 PM
$this->input->post() problem - by El Forum - 02-25-2014, 04:17 PM
$this->input->post() problem - by El Forum - 02-25-2014, 04:20 PM
$this->input->post() problem - by El Forum - 02-25-2014, 04:22 PM
$this->input->post() problem - by El Forum - 02-26-2014, 06:17 AM
$this->input->post() problem - by El Forum - 02-26-2014, 06:28 AM
$this->input->post() problem - by El Forum - 02-26-2014, 07:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB