| #
1b2deed9 |
| 15-Sep-2023 |
fiwswe <fiwswe@fwml.de> |
Use str_starts_with/str_ends_with
|
| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
b1f206e1 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to bin and toplevel
|
| #
656cb032 |
| 10-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'pr/3111' into master
* pr/3111: honor userewrite setting in redirection from index.php
|
| #
09f71c98 |
| 30-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
simplified boolean expression
|
| #
d40ef125 |
| 30-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
router: fix access to root
Co-authored-by: Henry Pan <git@phy25.com>
|
| #
a4d15dc0 |
| 30-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
router: send proper HTTP header when access denied
Co-authored-by: Henry Pan <git@phy25.com>
|
| #
7f153c56 |
| 11-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
Make router work with dotted page names. fixes #3165
This should work around PHP bug #61286
Seems to work well but could use some additional manual testing.
|
| #
aceca2eb |
| 01-Jun-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
honor userewrite setting in redirection from index.php
|
| #
7f4718dd |
| 12-Mar-2019 |
Phy <git@phy25.com> |
use absolute URL in index.php when redirecting to doku.php, fixes #2706
Note that in order to get an absolute URL, the whole DokuWiki environment is loaded now in index.php.
|
| #
62c31ba5 |
| 20-Feb-2019 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Defective transplantation of export from .htaccess
Ебаный стыд ≺(⊙⁔(\)≻
|
| #
73cc470b |
| 19-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
don't exclude install.php from httpd router
|
| #
7aaab109 |
| 27-Oct-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
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
show more ...
|
| #
47583ff0 |
| 16-Oct-2009 |
furun <furun@arcor.de> |
Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
|
| #
15fae107 |
| 14-Jan-2005 |
andi <andi@splitbrain.org> |
phpdoc comments
darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
|
| #
f3f0262c |
| 12-Jan-2005 |
andi <andi@splitbrain.org> |
Initial revision.
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
|