RewriteEngine on # put your folder here that you want not rewrite the url RewriteCond $1 !^(index\.php|images|robots|css\.txt) RewriteRule ^(.*)$ /index.php/$1 [L]
info at phpclasses dot org