We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Klein.php has no configuration, so to deploy this url rewrite in a subdirectory you must invoke dispatch as shown below:
define('APP_PATH', '/myapp');
dispatch(substr($_SERVER['REQUEST_URI'], strlen(APP_PATH)));
References: https://github.com/chriso/klein.php/issues/5