You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure how this would be implemented because of the directory structure of the app.
In the scenario that we have this directory structure:
codebases/
public_html/
app/
index.php <-- another version of skyphp
.htaccess
_artist.slug_/
index.php <-- db folder set up version of skyphp
.htaccess
index.php <-- a version of skyphp
.htaccess
Root uri database folder?
<?php$sky_root_uri = '_artist.slug_';
If the browser requests /pink-floyd how can we match that to that database folder set up?
In
index.php
:OR
Outcome
pages
directory run as if it were inpages/project/
/project/templates/html5/
The text was updated successfully, but these errors were encountered: