cancel
Showing results for 
Search instead for 
Did you mean: 

AIUTO!

SOLVED

AIUTO!

buongiorno,

ho cancellato per sbaglio dal admin panel-configurazione-web-non sicuro-base url miosito.it/magento/ la parola magento e adesso non riesco più ad entrare nel pannello di controllo

come faccio? grazie

 

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: AIUTO!

@infocaffet31e9 

 

These values stores in database core_config_data table from there you can change these values just by running below queries:

 

 

UPDATE `core_config_data` SET `value`='http://www.miosito.it/magento/' WHERE  `path`='web/unsecure/base_url';
UPDATE `core_config_data` SET `value`='https://www.miosito.it/magento/' WHERE  `path`='werm -rf var/cache/*

 

Or you can manually also chagen in core_config_data table. 

 

Just after changes flush Magento cache:

php bin/magento c:f

Manish Mittal
https://www.manishmittal.com/

View solution in original post

Re: AIUTO!

no. in backend i cancelled /magento and now when i try to enter in admin panel don't open the magento but mysite.it

View solution in original post

10 REPLIES 10

Re: AIUTO!

@infocaffet31e9 

 

These values stores in database core_config_data table from there you can change these values just by running below queries:

 

 

UPDATE `core_config_data` SET `value`='http://www.miosito.it/magento/' WHERE  `path`='web/unsecure/base_url';
UPDATE `core_config_data` SET `value`='https://www.miosito.it/magento/' WHERE  `path`='werm -rf var/cache/*

 

Or you can manually also chagen in core_config_data table. 

 

Just after changes flush Magento cache:

php bin/magento c:f

Manish Mittal
https://www.manishmittal.com/

Re: AIUTO!

ho cambiato, ma non succede niente.

non riesco ad entrare nel pannello di controllo, mi rimanda al mio domino senza lo /magento

Re: AIUTO!

@infocaffet31e9 

 

Can you share screenshot of core_config_data table.

Manish Mittal
https://www.manishmittal.com/

Re: AIUTO!

mage.jpgi set mysite.it/magento/ sia webunsecure base, che websecure base, ma se provo ad aprire il pannello di controllo, mi rimanda al mio dominio.it

Re: AIUTO!

 

mage.jpg

 

Re: AIUTO!

@infocaffet31e9 

 

I cant see full url in core_config_data table

Manish Mittal
https://www.manishmittal.com/

Re: AIUTO!

 

mage1.jpg

 

Re: AIUTO!

@infocaffet31e9 

 

According to you modified this configuration only and it was working fine right?

 

Manish Mittal
https://www.manishmittal.com/

Re: AIUTO!

no. in backend i cancelled /magento and now when i try to enter in admin panel don't open the magento but mysite.it