Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/03/2007, 15:03
Avatar de ferny
ferny
Il capo della mafia
 
Fecha de Ingreso: febrero-2002
Ubicación: Al final del cable
Mensajes: 10.080
Antigüedad: 22 años, 8 meses
Puntos: 55
Re: .htaccess en modo YouTube

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$ [NC,OR]
RewriteCond %{REQUEST_URI} !^/index$ [NC,OR]
RewriteCond %{REQUEST_URI} !^/$ [NC]

RewriteRule ^/?([^/]*\?|[^\./]*)*$ http://www.tudominio.com/usuarios.php?veruser=$1
¿Y así?
__________________
www.mundodivx.com || www.mundodivx.org

Pon tu mano en un horno caliente durante un minuto y te parecerá una hora.
Siéntate junto a una chica preciosa durante una hora y te parecerá un minuto.
Eso es la relatividad.