aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php
Commit message (Collapse)AuthorAge
* Use str_starts_with/str_ends_withfiwswe2023-09-15
|
* code style: line breaksAndreas Gohr2023-08-31
|
* coding style: control flow whitespacesAndreas Gohr2023-08-31
|
* Apply rector fixes to bin and toplevelAndreas Gohr2023-08-30
|
* Merge branch 'pr/3111' into masterAndreas Gohr2020-09-10
|\ | | | | | | | | * pr/3111: honor userewrite setting in redirection from index.php
| * honor userewrite setting in redirection from index.phpSchplurtz le Déboulonné2020-06-01
| |
* | simplified boolean expressionAndreas Gohr2020-06-30
| |
* | router: fix access to rootAndreas Gohr2020-06-30
| | | | | | Co-authored-by: Henry Pan <git@phy25.com>
* | router: send proper HTTP header when access deniedAndreas Gohr2020-06-30
| | | | | | Co-authored-by: Henry Pan <git@phy25.com>
* | Make router work with dotted page names. fixes #3165Andreas Gohr2020-06-11
|/ | | | | | This should work around PHP bug #61286 Seems to work well but could use some additional manual testing.
* use absolute URL in index.php when redirecting to doku.php, fixes #2706Phy2019-03-11
| | | | Note that in order to get an absolute URL, the whole DokuWiki environment is loaded now in index.php.
* Defective transplantation of export from .htaccessRainbow Spike2019-02-21
| | | Ебаный стыд ≺(⊙⁔(\)≻
* don't exclude install.php from httpd routerAndreas Gohr2016-01-19
|
* implements a router for the PHP builtin webserverAndreas Gohr2015-10-27
| | | | | | | | | | 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
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* phpdoc commentsandi2005-01-14
| | | | darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
* Initial revision.andi2005-01-12
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz