I have Ubantu 14.04 machine also I checked Link
My phpinfo() says rewrite_module is Enable also I have done changes into config.php
$config['index_page'] = '';
and below is my .htaccess file on root
RewriteEngine On
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]