Closed GoogleCodeExporter closed 9 years ago
Issue 112 has been merged into this issue.
Original comment by czarek.t...@gmail.com
on 27 Oct 2014 at 7:49
Added pretty-urls.php example in revision 6e7bda97504f. See:
https://code.google.com/p/phpdesktop/source/browse/phpdesktop-chrome/www/pretty-
urls.php
Original comment by czarek.t...@gmail.com
on 27 Oct 2014 at 7:56
[deleted comment]
The PHP_SELF fix in __fix_mongoose_env_variables wasn't correct. PHP_SELF
should contain PATH_INFO, eg:
[PHP_SELF] => /test.php/foo/bar
[SCRIPT_NAME] => /test.php
See for reference:
http://stackoverflow.com/questions/279966/php-self-vs-path-info-vs-script-name-v
s-request-uri
Original comment by czarek.t...@gmail.com
on 29 Oct 2014 at 9:27
Fixed in revision 39c81a7b2b24.
Original comment by czarek.t...@gmail.com
on 29 Oct 2014 at 10:38
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 27 Oct 2014 at 7:47