(05-01-2018, 12:48 PM)TGates Wrote: Did you set up a DNS entry for www.subdomain.domain.com? If any sub domains (or in this case sub-sub domains) do not have the proper DNS entry it will point to the panel login because it can not find the sub-sub domain. (www is considered a sub domain believe it or not, that gets directed to point to your domain folder.)
Interesting bit about www being a subdomain, I never would've guessed that. As for the DNS entry, I've set it up like this (outside of Sentora, through my user account):
I've tried setting the CNAME from within Sentora's control panel, but the DNS manager doesn't offer anything for the two of my subdomains, only for the domain. Even tried doing something silly, like trying to create (in Sentora panel) a subdomain like this:
thinking that it just might create a sub-subdomain, with the directory placed neatly in public_html. But, of course, that didn't work.
(05-01-2018, 12:48 PM)TGates Wrote: In either case, check your php config to ensure mod_rewrite is enabled or it will never work
The module is up and running. Both
Code:
httpd -M
and calling
Code:
<?php phpinfo(); ?>
tell me that rewrite_module is loaded.