Knowledgebase: Support (Basic plan)
How do I rename files on the fly before people download them?
15 June 2012 09:05 AM
|
|
You can use mod_rewrite to accomplish that. Here’s a sample .htaccess file: RewriteEngine OnRewrite Rule filename-.*\.exe filename.exe This will rename “filename-(anything).exe” to “filename.exe”. | |
|
Comments (0)