【问题标题】:How to redirect a user to their own IP Address using htaccess [closed]如何使用 htaccess 将用户重定向到他们自己的 IP 地址 [关闭]
【发布时间】:2013-04-02 21:03:41
【问题描述】:

如何使用 htaccess 和 RewriteRule 将用户重定向到他们自己的 IP 地址?

【问题讨论】:

    标签: apache .htaccess mod-rewrite


    【解决方案1】:
    RewriteEngine On
    RewriteRule ^(.*)$ http://%{REMOTE_ADDR}/
    

    【讨论】:

    • 这个被noscript屏蔽了,有什么办法不屏蔽吗?
    猜你喜欢
    • 1970-01-01
    • 2012-08-11
    • 1970-01-01
    • 2016-01-09
    • 2012-08-21
    • 2014-03-09
    • 2012-06-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多