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
Solved! Go to Solution.
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
no. in backend i cancelled /magento and now when i try to enter in admin panel don't open the magento but mysite.it
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
ho cambiato, ma non succede niente.
non riesco ad entrare nel pannello di controllo, mi rimanda al mio domino senza lo /magento
Can you share screenshot of core_config_data table.
i 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
I cant see full url in core_config_data table
According to you modified this configuration only and it was working fine right?