How to publish .php page instead of .html at github to demo some php content?

后端 未结 2 555
南方客
南方客 2020-11-28 23:13

I am looking at the following demo - http://blueimp.github.com/jQuery-File-Upload/

To my understanding in the demo, php files are being served from github which mean

2条回答
  •  渐次进展
    2020-11-28 23:53

    Github Pages is not a full-featured web host. It will not execute PHP, or any other arbitrary code.

提交回复
热议问题