@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
https://localhost/portal/ci/index.php/controller/function
transforming them into
https://localhost/portal/ci/controller/function/
user friendly url’s?