Before I moved to AN Hosting as my hosting provider I used (based on Expression Engine documentation) the following code in my .htaccess file to remove the "index.php" from the URL.
Code:
RewriteEngine on
RewriteCond $1 !^(galleries|images|eecore|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
This however does not work with my new provider, AN Hosting. I have pleaded with them to help, but they have done little. They have told me that their servers are configured to run as CGI process which is different than my previous provider. However, I'm not an Apache guru so I'm not sure what to do. More details of my issue:
http://expressionengine.com/forums/viewthread/65546/.
I'll send beer money or whatever if someone helps me with this very frustrating problem! ;)