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.
精彩评论