Skip to content

Sub Directory Installation

fastmover edited this page Apr 11, 2012 · 3 revisions

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

Clone this wiki locally