joer80 Posted April 5, 2015 Share Posted April 5, 2015 I have a testing.mywebsite.com, and a testing2.mywebsite.com. I made the website as testing.mywebsite.com but then uploaded the files to another subdomain to try another look. So they both started off with the same files and database, but I changed the header files of testing2 to give the client another look option. For some reason, I can not login to the testing2 subdomain but I can under the regular testing one. When I try to login to testing2 it says "processlogin: admin - login failed" I tried clearing the cache and session folder and switching browsers but it does not seem to help. Any suggestions? Thanks! Link to comment Share on other sites More sharing options...
cstevensjr Posted April 5, 2015 Share Posted April 5, 2015 In your /site/config.php file on the testing2.mywebsite.com domain you should make sure you have changed $config->httpHosts = array('testing.mywebsite.com'); to $config->httpHosts = array('testing2.mywebsite.com'); 2 Link to comment Share on other sites More sharing options...
joer80 Posted April 5, 2015 Author Share Posted April 5, 2015 I have both listed in both. Do you think I need to delete the one that doesnt apply? Link to comment Share on other sites More sharing options...
joer80 Posted April 5, 2015 Author Share Posted April 5, 2015 For some reason, it says this at the top of the testing2.mywebsite.com that doesnt work, even before I login. " WireCache: Saved cache - Modules.site/modules/" Link to comment Share on other sites More sharing options...
joer80 Posted April 5, 2015 Author Share Posted April 5, 2015 Ok, I think I have this fixed. I just downloaded the testing. website to my computer and uploaded it again to testing2 and it worked. I then uploaded my testing2 template folder to put the design different again. Must have been missing some files or something? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now