Welcome Guest, Not a member yet? Register   Sign In
Jquery ajax and CI not working
#11

[eluser]cideveloper[/eluser]
you can use a .htaccess file in the same directory as your main index.php file with the following code

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

and change application/config/config.php

from

Code:
$config['index_page'] = "index.php";

to

Code:
$config['index_page'] = "";


Messages In This Thread
Jquery ajax and CI not working - by El Forum - 11-25-2010, 10:15 AM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 12:20 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 02:25 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 02:55 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 05:35 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 05:47 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 07:32 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 07:35 PM
Jquery ajax and CI not working - by El Forum - 11-25-2010, 07:43 PM
Jquery ajax and CI not working - by El Forum - 11-26-2010, 12:59 AM
Jquery ajax and CI not working - by El Forum - 11-26-2010, 11:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB