Searched hist:"7 aaab1092d683bd2160e72ecd872d7c5e628dbd1" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/ |
| H A D | index.php | 7aaab1092d683bd2160e72ecd872d7c5e628dbd1 Tue Oct 27 20:30:58 UTC 2015 Andreas Gohr <andi@splitbrain.org> implements a router for the PHP builtin webserver
PHP comes with a builtin webserver for development purposes. This adds the needed routing and also enables rewriting compatible to out userewrite=1 setting. It also implements basic access security (denying access to the data directory and similar directories)
A PHP based webserver running DokuWiki can now be started with php -S localhost:8000 index.php
|