I changed the base URL of the user and everything is gone

Asked

Viewed 307 times

0

I created a virtual store all in meudominio.com.br/aroma2/ma_pharmacy/ and now wanted to change everything to only dominio.com.br.

I went on configuração/web and changed the base URL thinking it would work, but in addition to the missing site I can not access the admin of the most.

What do I do now? I’ve lost all my work?

2 answers

1

Check the app_config_data table Change the urls in hand if necessary.

Just a question, is your Ecommerce in a directory within another site? if this is the case you will have to create a sub-domain and redirect your domain to it

I hope I’ve helped

0

Good Afternoon,

possibly cache, delete the files from the var/cache folder and also clear your browser cache.

Open your database and do the TRUMCATE of the following tables: log_url log_url_info log_visitor log_visitor_info

If you have put wrong URL it is possible to exchange by running the following SQL in your database:

UPDATE core_config_data SET value = 'http://urlteste.com.br/' WHERE path = 'web/unsecure/base_url'; 

UPDATE core_config_data SET value = 'http://urlteste.com.br/' WHERE path = 'web/secure/base_url';

After these procedures test your shop again.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.