I have installed Wordpress on my server and I have a Codeigniter folder inside it.
I am able to view my wordpress site at http://mydomain.com .
Now I want to use to view the my codeigniter url like
http://mydomain.com/user/login , where user is my controller and login is my function.
can you please help me out using htaccess.
Thank you in advance
RewriteRule %{REQUEST_URI} !^(user/|admin/|other_controller/), but this may interefe with certain article titles – Silviu G Jan 18 at 11:41