htaccess 将重定向任何将访问我的文件夹的人

发布于 2024-10-31 17:06:50 字数 375 浏览 0 评论 0原文

我正在寻找一种方法来重定向尝试访问我的下载文件夹的访问者

http://domain.com/downloads/ 

- 这是我的文件所在的下载文件夹。

我想将访问者重定向到注册页面。

另外,如果他们尝试直接下载文件,

http://domain.com/downloads/installer.exe

我希望重定向到我的注册页面 http://domain.com/registration/register.html

I am looking for a away to redirect a visitor trying to access my download folder

http://domain.com/downloads/ 

- this is the download folder where my files are located.

I want to redirect the visitor to a registration page.

and also if they try to direct download the file

http://domain.com/downloads/installer.exe

I would like to get redirected to my registration page
http://domain.com/registration/register.html

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云淡月浅 2024-11-07 17:06:50

我想这样就可以了。

RewriteRule ^downloads(.*)$ http://domain.com/registration/register.html [R=301,L]  

I think this will do it.

RewriteRule ^downloads(.*)$ http://domain.com/registration/register.html [R=301,L]  
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文