更常见的方法更有可能是使用 Apache 的 mod_proxy (< a href="http://www.apachetutor.org/admin/reverseproxies" rel="nofollow">此处解释)。
I don't have much experience with this but I don't believe that this is a very common way of masking URLs. For one thing, it's very easy to see the actual source of the content. It also seems like it would be a pain to manage. This might be an option if you are hosting a small website and don't have access to the server or a control panel for your domain.
The more common approach is more likely to be something using Apache's mod_proxy (explained here).
发布评论
评论(2)
我对此没有太多经验,但我不认为这是一种非常常见的屏蔽 URL 的方法。一方面,很容易看到内容的实际来源。管理起来似乎也很痛苦。如果您托管一个小型网站并且无法访问您所在域的服务器或控制面板,则这可能是一个选项。
更常见的方法更有可能是使用 Apache 的 mod_proxy (< a href="http://www.apachetutor.org/admin/reverseproxies" rel="nofollow">此处解释)。
I don't have much experience with this but I don't believe that this is a very common way of masking URLs. For one thing, it's very easy to see the actual source of the content. It also seems like it would be a pain to manage. This might be an option if you are hosting a small website and don't have access to the server or a control panel for your domain.
The more common approach is more likely to be something using Apache's mod_proxy (explained here).
是的,最常用的方法是简单的框架集或 iframe(较少情况下)。
是的,您可以简单地使用 html 文件设置一个子域,该文件将目标加载到框架中。
Yes, the mostly used method is a simple frameset or a iframe (in less cases).
And yes you can simply set up a sub domain with a html file which loads the target in a frame.