下载时重写文件名(mod_rewrite)

发布于 2024-12-04 21:32:57 字数 288 浏览 0 评论 0原文

我有一个保存上传内容的文件夹(/upload/0/)

上传文件时,程序会自动重命名文件,例如 file1.jpg 上传为 qzRTRWW。

我如何自动重命名该文件(与名称无关),但我想为其添加扩展名(jpg)。

我已经使用这样的重写规则进行了测试(在.htaccess中)

RewriteRule /upload/(.*).jpeg $1 [L]

但没有成功。

我在 apache 和 lighttpd 中也有睾丸。

有人吗?

多谢

I have a folder where the uploads are saved (/upload/0/)

When the file is uploaded, the program automatically renames the file for instance file1.jpg is uploaded as qzRTRWW.

How can I rename automatically that file (not matter of the name) but I want to add an extension to it (jpg).

I have tested using a rewrite rule like this (in .htaccess)

RewriteRule /upload/(.*).jpeg $1 [L]

but without success.

I have testes in apache an lighttpd too.

Anyone ?

thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文