Microsoft
Software
Hardware
Network
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/myfi
le.zip
it should redirect it to:
http://www.domain.com/myfi
le.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
Open in New Window
Select All
Random Solutions
Clear Cisco 1720 Mem.
WebSphere CMP Entity Bean automatic primary key generation
Losing network connection in xp
Who renamed my OU
Call Transfer not working
DNS Parenting
AT&T Netopia Wireless Router
How to set Program or Current Module names
Incoming mail from a domain is refused
How do I connect two routers (two different networks), so that computer on each can see each other?