开发者

Apache Rewrite RULE

开发者 https://www.devze.com 2022-12-15 10:13 出处:网络
Ok can some one tell me what is wrong with this, i know it seems stupid but it is not working RewriteEngine On

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

精彩评论

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