Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/11/2008, 03:47
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 18 años, 7 meses
Puntos: 19
Respuesta: Ayuda con RewriteRule

Solucion:

Código PHP:
RewriteEngine on

RewriteBase 
/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule 
. /Index.php [L
P.D.: Gracias por la ayuda..