作者PowerKid (暴力小孩)
看板Web_Design
标题[问题] 请问怎麽将其他网址导向主网址
时间Wed Jul 15 22:39:57 2015
我现在有很多分页
a b c d e.html
假设主页是123.123.123.123/index.html
我希望每个人近来都能从index.html进来
才能进到a b c d e其他页面
而不要从123.123.123.123/a.html就能进到a页
所以希望 如果有人输入123.123.123.123/a.html
就强制回到123.123.123.123/index.html这个地方
不知道该怎麽做
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 1.175.100.204
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Web_Design/M.1436971199.A.551.html
1F:→ poiuy999: $_SERVER['HTTP_REFERER'] 07/15 23:34
2F:→ poiuy999: index session=true , abcde if session != true go ind 07/15 23:37
3F:→ poiuy999: ex 07/15 23:37
4F:推 tea2024: 单纯html的话,可以用 localstorage 去存取一个值当作 07/17 10:43
5F:→ tea2024: 判断机制。 07/17 10:43