I think I have pretty much the same problem as here: http://drupal.org/node/1503116
I set redirect to m.website.com just for testing how it works (there wasn't even a subdomain created at that moment) and right after save, the site redirected itself to m.website.com with the laptop.
Now, I cannot enter to www.website.com/user, therefore /update.php cannot be used, like advised in the original issue linked above, because access is denied. Only one page works and that is www.website.com (the frontpage with www.) but I'm logged out for some reason.
No error messages on the browser. Just a blank page.
First, with FTP, I renamed the mobile_tools to mobile_toolsxxx.
Then, with cPanel, I did change status from 1 to 0 for one of the Mobile Tools rows (the only one that had status 1, others had 0) in System table. No effect. Then I deleted every Mobile Tools row in System table. No effect. I also emptied every Cache table from the database.
PLEASE help me to fix this back to normal! And no, I don't have even a clue how to use Drush.
Comments
Comment #1
JimmyMoonJam commentedOk, I fixed this by changing $update_free_access = FALSE; to TRUE in the settings.php (in sites folder) so I could run the update.php without being logged in. Apparently I got logged out because of making a backup of the database?
However, this kind of issues nobody wants to happen, so I would strongly suggest to make redirecting impossible if the user doesn't have every needed module enabled and so on.