I have uploaded web site on GoDaddy (afficad.org), and at the moment I am having bit of the problem. It seems that RewriteEngine is not working properly (we tried on different host, and it is working ). Home page is loading properly, but links to other pages are not working.
.htaccess code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]