Drupal IP/domain redirect -
i redid client's old drupal site, in apostrophe, , pointed domain new server.
i trying access old site via ip address, there seems redirect configured rewrite base ip address domain name (72.xx.xxx.xxx www.clientdomain.com).
is there configured in drupal rewrite ip address? can change field in database or configuration files prevent this?
i have ssh access server, , have poured on drupal code, settings.php, .htaccess, etc., cannot locate offending field. not familiar drupal, suspect admin setting. since site redirects, unable login admin backend.
any , insight appreciated. help!
a few possibilities:
in settings.php (sites/default/settings.php), see if there
$base_urlset. if can see any, comment line. can run drupal site withoutbase_urlhardcoded in settings.phpin
.htaccessredirects. safest bet replace fresh file downloaded http://drupal.org/project/drupal
the case web server configured redirect ip address main domain.
you can access site @ old server explicitly setting ip address in hosts file. check operating system dns resolver docs.
Comments
Post a Comment