Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/08/2009, 10:10
Petan
 
Fecha de Ingreso: julio-2009
Mensajes: 34
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: Removiendo el index.php con .htaccess

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.