2016-01-14 67 views

回答

0

如果這是您創建的網站,您可以使用php重定向它們。

<?php 
    header("Location: http://www.website.com"); 
?> 
相關問題