I have this rewrite rule
RewriteRule ^ar$ /index2.html
but i need to keep the url in the address bar unchanged after the redirect.
ie. if the user typed http://mydomain.com/ar i need to redirect him to /index2.html but keep the url as is.
any idea of how to do so??
Thanks for your help