php - Magento: base_url doesn't get updated after moving to another server -


i moved magento project (version 1.9.0.1) 1 server (lets magento.domain.com magentotest.domain.com). changed web/unsecure/base_url , web/secure/base_url in core_config_data table, changed paths in local.xml

i deleted var/cache, var/session , var/tmp , yet when try access magentotest.domain.com redirected old page (magentotest.domain.com/admin well)

i tried track problem in magento code , found in mage_core_store_model url called $this->getconfig('web/unsecure/base_url') still contains magento.domain.com - , life of me cannot find out why.

having googled 3 hours , found clue magento stores cache files in system tmp folder. when looked there found folder magento/var/cache empty. deleted no avail.

i don't know else do. did ever encounter problem?

seems mine special case: performance reasons, there extension named "redis cache" installed , when emptied that, worked.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -