Good morning ....
I just implemented Codeigniter, but I can not use a friendly url ...
I try to pass parameters through Ajax, but I can not because of URLs.
I already removed the index.php
from the file config.php
and changed the routs.php
I have already inserted the following code in htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]]