Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2010, 03:30
portablepsp
 
Fecha de Ingreso: mayo-2008
Mensajes: 76
Antigüedad: 16 años, 5 meses
Puntos: 1
Respuesta: Problema con 1and1 y el .htaccess

Tengo el mismo problema con el htaccess , y este es mi código:

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ $1.php [L,QSA]