通过 htaccess 重定向的非公共链接
是否可以使用 htaccess 重定向到非公共文件?
例如,我不想重定向到 /downloads/installers 中的“latest_installer.zip”,而是想重定向到 public_html 根文件夹之外的文件。
这可能吗?
Is it possible to Redirect using htaccess to a non public file?
For example, instead of redirecting to 'latest_installer.zip' in /downloads/installers I'd like to Redirect to a file outside of the public_html root folder.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以使用 mod_alias 对 Apache 执行此操作:
http://httpd.apache。 org/docs/current/mod/mod_alias.html
It is possible to do this with Apache using mod_alias:
http://httpd.apache.org/docs/current/mod/mod_alias.html