yandeu / five-server

⚡ Development Server with Live Reload Capability. (Maintained Fork of Live Server)
https://www.npmjs.com/package/five-server
Other
162 stars 14 forks source link

i think 'header' function is not work #128

Open chanyong1228 opened 7 months ago

chanyong1228 commented 7 months ago

i tried

header("Location: test.php"); and header("Refresh: ...");

but anything still work

yandeu commented 7 months ago

Fiveserver does only render PHP. It does not provide a full PHP server. Therefore not all functions will work.