08-03-2017, 04:09 PM
I don't know that it's .htaccess doing anything. I'm pretty sure it has to do with $abs_us_root and $us_url_root.
On "users.mydomain.com", I've echoed those out...
$abs_us_root: /ABSOLUTE/PATH/public_html/users
$us_url_root: /
Warning: require_once(/ABSOLUTE/PATH/public_html/users/users/helpers/helpers.php): failed to open stream: No such file or directory in /ABSOLUTE/PATH/public_html/users/init.php on line 25
Fatal error: require_once(): Failed opening required '/ABSOLUTE/PATH/public_html/users/users/helpers/helpers.php' (include_path='.:/opt/php70/lib/php') in /ABSOLUTE/PATH/public_html/users/init.php on line 25
On "users.mydomain.com", I've echoed those out...
$abs_us_root: /ABSOLUTE/PATH/public_html/users
$us_url_root: /
Warning: require_once(/ABSOLUTE/PATH/public_html/users/users/helpers/helpers.php): failed to open stream: No such file or directory in /ABSOLUTE/PATH/public_html/users/init.php on line 25
Fatal error: require_once(): Failed opening required '/ABSOLUTE/PATH/public_html/users/users/helpers/helpers.php' (include_path='.:/opt/php70/lib/php') in /ABSOLUTE/PATH/public_html/users/init.php on line 25