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'] = "";




Theme © iAndrew 2016 - Forum software by © MyBB