我正在运行一个网站,我的网站根目录有 .htaccess 和 index.php,现在我想将所有用户/流量重定向到“Under-Construction.php”页面,但我的 IP 地址除外。IE
www.example.com 重定向到“www.example.com/under-construction/under-construction.php”,但我的 IP 地址除外。
- 如何使用 .htaccess 做到这一点。
- 如何使用 index.php 做到这一点。例如:如果 $_SERVER['REMOTE_ADDR'] 是 123.123.123 重定向 index.php 否则重定向 "www.example.com/under-construction/under-construction.php"
问候。