Ver Mensaje Individual
  #9 (permalink)  
Antiguo 06/10/2013, 08:23
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 11 años, 2 meses
Puntos: 578
Respuesta: Duda dominio.com/index.html o dominio.com/index

Se me olvidó un breakline:
Código Apache:
Ver original
  1. <IfModule mod_rewrite.c>
  2.  
  3. Options +FollowSymLinks
  4.  
  5. RewriteEngine on
  6. RewriteBase /
  7. RewriteCond %{SCRIPT_FILENAME} !-d
  8. RewriteCond %{SCRIPT_FILENAME} !-f
  9.  
  10. RewriteRule ^(.*)$ $1.(htm|html|php)
  11.  
  12. </IfModule>

+1