As i told, everything works good in the browser. And, also ajax call it’s giving me a good Response. But actually, the response page headers from an ajax call are 404.
I don’t want to extend WordPress thru a plugin. I know how to do that. It’s rather a question about htaccess inheritance than a wordpress and CodeIgniter join solution.
@design_dolphin
Yes, i know what you mean, but
RewriteRule ^/portal/ci/(.*)$ index.php?/$1 [L]
it’s giving me the host apache root.
Indeed every application has his own .htaccess file. And of course, because wordpress is the Portal GUI Application i need to use Permalinks, and of course i have to use .htaccess.
Codeigniter inside WordPress is one of my dream even i saw that there are a lot of solutions embedding wordpress into CodeIgniter. But i’m not agree with that solutions.
Maybe i should use one single .htaccess, the wordpress one, but how do i format it to cover links in this form
http://localhost/portal/ci/index.php/controller/function
transforming them into
http://localhost/portal/ci/controller/function/
user friendly url’s?