Gracias por responder.
1- El sistema operativo es windows
2- Se reinicio el servidor.
3- Y no da error 502 solo genera el error 404
4- Apache 2.2.9
Le configure las lineas directamente al archivo http.conf
Código:
Options FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>
funciona entre comillas sin el index.php , pero me da este error
Bad Request
Your browser sent a request that this server could not understand.