Reputation: 125
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
RewriteRule ^(/mapa/mapa\.htm) htp://www.domain.com/map
any ideas ?
Upvotes: 0
Views: 175
Reputation: 125
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.
Upvotes: 0
Reputation: 945
Try this for your rewrite rule.
RewriteRule ^map/?$ mapa/mapa.htm [L]
Upvotes: 1