Magento redirecting base url -


i have installed demo site of original site, redirecting http://demo.example.de/demo.example.de/ instant of http://demo.example.de/ can solution,

thanks

using phpmyadmin navigate database , find table core_config_data , see values of these 2 fields web/unsecure/base_url
web/secure/base_url

they should be

web/unsecure/base_url http://demo.example.de/ web/secure/base_url https://demo.example.de/


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -