I am stuck with this problem since hours, if someone can help me it would be really great, all is in the title codeigniter only load my index page even thought the url is changing and my functions called. I activated the mod_rewrite and my config variable are set ($config['index_page'] = ''; and base_url() as well) If someone have an idea! here i show you my .htaccess
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ EHA/index.php/$1 [L,QSA]