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

si lo he solucionado asi ha quedado finalmente:

Options +Indexes +FollowSymlinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php [L,QSA]

La primera linea era la que me faltaba