Question : Redirect a web page or a file to other?

Hello,

i need to redirect using .htaccess all file requests of .zip to .rar

for example when i user request this page:

http://www.domain.com/myfile.zip

it should redirect it to:

http://www.domain.com/myfile.rar

would u wirte down the code which i should include on .htaccess ?

thank you

Answer : Redirect a web page or a file to other?

This should do it:
1:
RedirectMatch (.*)\.zip$ $1.rar
Random Solutions  
 
programming4us programming4us