컴퓨터
apache index page redirect
BangC
2013. 9. 16. 10:17
index.html 을 이용한 방법
<META HTTP-EQUIV="Refresh" Content="0; URL=http://AAA.com/">
index.php 를 이용한 방법
<?php header("Location: http://AAA.com") ?>