-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
In index.php:
<?
// ... other settings
$sky_root_uri = '/project'; // defaults to '/'
// ... include sky.phpOR
<?
$router = new PageRouter([
'root' => '/project'
]);Outcome
- Everything in the
pagesdirectory run as if it were inpages/project/ - templates can be accessed from
/project/templates/html5/ - Have the ability to run multiple skyphp apps from one domain (possibly of different versions)