On Tue, 01 Oct 2002 18:43:55 +0200 "Jose L. Santamaria" <[EMAIL PROTECTED]> wrote:
> > Hola Lista: > > Tengo una duda, quiero redirigir todas las paginas de un VirtualHost > determinado a excepcion de las llamadas al index.html. Es decir: > > si alguien teclea http://loquesea.com/soyuntorpe le redirija a > http://loquesea.com/index.html > > > �Alguien sabe como? > > Prueba en el virtual poner RewriteEngine on RewriteRule ^/(.*) http://loquesea.com/index.html [L,R] > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

