when to use index.php instead of index.html

后端 未结 11 2333
星月不相逢
星月不相逢 2020-12-01 02:58

I am relatively new to php. There is a very basic thing that has been troubling me. I understand that php is used to make web sites dynamic. I also understand that php is on

11条回答
  •  無奈伤痛
    2020-12-01 03:34

    It is beacuse sometimes you may have some logic written on index.php. Like you may check if user is logged in or not and then redirect user to some specific page. Also you may do device based redirection as in case of mobile devices.

    You can always choose to create index.html but you do not know when youy may need to have some logic there.

提交回复
热议问题