เข้าชม :
1394
|
|
เป็นไฟล์ที่วางไว้ที่ root และ redirect ไปยัง ไฟล์ ที่ต้องการ |
redirect
|
[ ความเห็นที่ 1]
RE : การ redirect ไฟล์ index.html โพสต์เมื่อ: วันจันทร์ 23 พฤษภาคม 2554 01:35 น.
สำหรับ php
header("Location: http://www.question.in.th/index.php"); หรือ print "<meta http-equiv=refresh content=0;URL=index.php>"; exit(); |
redirect php |
|