Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/03/2007, 14:35
Avatar de GoticoDH
GoticoDH
 
Fecha de Ingreso: enero-2007
Ubicación: debajo del puente
Mensajes: 13
Antigüedad: 17 años, 4 meses
Puntos: 0
Re: .htaccess en modo YouTube

amigo ferny sigue sin funcionar... aqui te dejo mi .htaccess para que veas si esta bien o mal.

Código:
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module)$">
deny from all
</FilesMatch>

<Limit GET PUT POST>
  Order Allow,Deny
  Allow from all
</Limit>

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/index.php$
RewriteCond %{REQUEST_URI} !^/index$
RewriteCond %{REQUEST_URI} !^/$

RewriteRule ^index index.php

RewriteRule ^/?([^/]*\?|[^\./]*)*$ usuarios.php?veruser=$1
espero que teniendo estos datos si pueda salir