.htaccess - Drupal Login goes to wrong URL :: Problem started after site migration -
i migrated drupal 6 site ('normal-live') host mamp (mac (l)amp stack). needed client can have 'offline' access site in remote areas.
i used backup/migrate module on live site export of db. on mamp setup did fresh install of drupal. copied modules, files, themes, etc. new install. after that, using phpmyadmin, imported exported (from live site) sql file new install on mamp. @ point appears fine at...first glance, can nav different pages anonymous user, etc.
my problem if try login takes me old url (instead of going http://localhost:8888/drupal-6.20/??? goes 'https://originaldomain.com/???'). if change $base_url in settings.php wants reinstall site (drupal installer runs), using .htaccess file got installed w/ fresh drupal (not 1 live site).
i baffled...
since you're getting redirected url starting http url starting https, check see if have secure pages module installed , set redirect users.
Comments
Post a Comment