我想知道这种模式: http://desarrollo.test.com.mx/varSTATIC/fe/loquesea/mi-pagina.html
我正在使用网址重写,因为我想将此网址重定向到: http://otro.dominio.com/loquesea/mi-pagina.html
然后我需要一个模式来匹配包含“varSTATIC”的URL。
请!!帮助!
TNKS!
答案 0 :(得分:0)
似乎模式比“包含varSTATIC”更复杂。看来你想用“loquesea”替换“varSTATIC / fe / loquesea”。
因此,如果使用通配符,则模式将为“varSTATIC / fe / loquesea / *”,重定向的URL将为loquesea / {R:1}