08-03-2017, 04:36 PM
There's no stock way to do what you're trying to do.
What would happen if you just did an include for the few files you need...
like a join.php in the root folder (right next to index.php)
<?php include "users/join.php"; ?>
You could also just copy the few userspice pages you want into the root and then just edit the paths.
What would happen if you just did an include for the few files you need...
like a join.php in the root folder (right next to index.php)
<?php include "users/join.php"; ?>
You could also just copy the few userspice pages you want into the root and then just edit the paths.