【发布时间】:2013-11-11 22:50:53
【问题描述】:
我有一个想法,它有点复杂,我不知道如何去做。
例如,
我想将 123.456.789.10 从 http://mywebsite.com 重定向到 http://google.com 但
有一个像 http://mywebsite.com/messages/go_away.html 这样的临时页面先显示大约 5-10
秒然后有那个页面自动将他们重定向到http://google.com,
因此他们会在自动重定向之前看到消息 5-10 秒。
keep in mind i may want to add more than 1 IP address or range like this.
xxx.xxx.
xxx.xxx.
xxx.xxx.
and so on.
xxx.xxx。将是第一组 2 组数字我该怎么做?
提前致谢,
【问题讨论】:
-
123.456.、789.10.和11.12是什么意思? -
这些是第一组 2 组 IP 地址,例如。 xxx.xxx.xxx.xxx 但我只想使用前 2 个。
标签: regex apache .htaccess mod-rewrite redirect