|    
			
				08/01/2013, 12:15
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: agosto-2003 Ubicación: chile lindo 
						Mensajes: 1.109
					 Antigüedad: 22 años, 2 meses Puntos: 7 |  | 
  |  Respuesta: joomla 2.5 - sufijo en url  
  mmm
 en .htaccess
 
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_URI} !\.html$
 RewriteRule ^(.*)$ /$1.html [R,L]
     |