Ver Mensaje Individual
  #10 (permalink)  
Antiguo 27/07/2008, 17:47
norpool1
 
Fecha de Ingreso: junio-2006
Ubicación: Jáltipan Veracruz, México
Mensajes: 150
Antigüedad: 17 años, 11 meses
Puntos: 1
Respuesta: Para conocedores de .htaccess!

te mando la combinación y el siginificado del rewriterule:

Text:
. Any single character
[chars] Character class: One of chars
[^chars] Character class: None of chars
text1|text2 Alternative: text1 or text2

Quantifiers:
? 0 or 1 of the preceding text
* 0 or N of the preceding text (N > 0)
+ 1 or N of the preceding text (N > 1)

Grouping:
(text) Grouping of text
(either to set the borders of an alternative or
for making backreferences where the Nth group can
be used on the RHS of a RewriteRule with $N)

Anchors:
^ Start of line anchor
$ End of line anchor

Escaping:
\char escape that particular char
(for instance to specify the chars ".[]()" etc.)



extraido de la URL
http://httpd.apache.org/docs/1.3/mod...ml#RewriteRule
esto aplica para al .htaccess del apache, pero igual aplica para tu caso, ya que al final esta info va al servidor web
__________________
" La vida es un programa que no hemos logrado depurar."
"El programar tu vida es como si le metieras más errores a tu futuro, el proceso es ahora"