Actually when I digit my static ip adress remotely ( http://11.11.11.11:80 ) Magento rewrite it in htttp://localhost:80. Is there a configuration to unchange the static ip address like http://11.11.11.11:80/products....
Thanks
Actually when I digit my static ip adress remotely ( http://11.11.11.11:80 ) Magento rewrite it in htttp://localhost:80. Is there a configuration to unchange the static ip address like http://11.11.11.11:80/products....
Thanks
Solved! Go to Solution.
You can just change your path from database.
Login with database,
go to core_config_data table,
web/unsecure/base_url set http://11.11.11.11/ web/secure/base_url set http://11.11.11.11/
Clear Cache and check again.
You can just change your path from database.
Login with database,
go to core_config_data table,
web/unsecure/base_url set http://11.11.11.11/ web/secure/base_url set http://11.11.11.11/
Clear Cache and check again.