开发者

Apache Rewrite RULE

Ok

can some one tell me what is wrong with this, i know it seems stupid but it is not working

RewriteEngine On

RewriteRule ^(/mapa/mapa.htm) htp://www.domain.com/map

i also try

RewriteEngine On

开发者_StackOverflowRewriteRule ^(/mapa/mapa\.htm) htp://www.domain.com/map

any ideas ?


Try this for your rewrite rule.

RewriteRule ^map/?$    mapa/mapa.htm    [L]


Thanks all for your help, i just remove the cache from my explorer and problem fix. It seem that the cache was showing me the old adress. I know it is crazy but what can i say.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜