How to redirect a download file URL to another download file URL?
Means suppose i have a url like this:
http://abc.exofire.net/downloads/abc.exe
and i want to redirect it to
http://abc.exofire.net/downloads/pqr.exe
How can this be done?
Because standard Redirects are not working with file URLs.
here is my statement in .htaccess file
RewriteRule ^/downloads/abc.exe$ http://mysite.exofire.net/downloads/pqr.exe
Not Workingggg . :happysad:


2Likes
LinkBack URL
About LinkBacks


