URLs changed
Permalink
Hi there,
While messing around in the dashboard ive made some changes by mistake and i dont know how to revert them now.
I had english version of my website under "idylladomgroup.eu/homepage" URL and ive suddenly made folder "/en/" come to life (see attached file) and now all my english version URLs contain "/en/" (idylladomgroup.eu/en/homepage) - how to revert it to the previous state whitout /en/ in the URLs?
While messing around in the dashboard ive made some changes by mistake and i dont know how to revert them now.
I had english version of my website under "idylladomgroup.eu/homepage" URL and ive suddenly made folder "/en/" come to life (see attached file) and now all my english version URLs contain "/en/" (idylladomgroup.eu/en/homepage) - how to revert it to the previous state whitout /en/ in the URLs?
con you open /config/site.php and comment out both the BASE_URL and DIR_REL lines (put 2 // before each line)
my site.php: <?php
define('DB_SERVER', 'sql.netmark.pl');
define('DB_USERNAME', '*');
define('DB_PASSWORD', '**');
define('DB_DATABASE', 'idyllans_idylladomgroup');
define('BASE_URL', 'http://idylladomgroup.eu');
define('DIR_REL', '');
define('PASSWORD_SALT', 'I2uO49GtEC3lZBnYPvofDswAkicjX68rH1QVMUzbSyWgNKR5aTq7xJmepLh0F'); ?>
define('DB_SERVER', 'sql.netmark.pl');
define('DB_USERNAME', '*');
define('DB_PASSWORD', '**');
define('DB_DATABASE', 'idyllans_idylladomgroup');
define('BASE_URL', 'http://idylladomgroup.eu');
define('DIR_REL', '');
define('PASSWORD_SALT', 'I2uO49GtEC3lZBnYPvofDswAkicjX68rH1QVMUzbSyWgNKR5aTq7xJmepLh0F'); ?>
is your site in maintenance mode... also block out the salt above
im so confused what you want.
ok ive rewritten the topic and its clear now (hope so) :D
Ive managed to get rid of the first problem by simply remaking the "base" page to look exactly like /Strona Glowna/ did, then i could delete old /Strona Glowna/ - should have made it like this from the start.
But i still have problems with the eng version URLs cointaining now /en/ - they didnt.
(remaking the topic)
But i still have problems with the eng version URLs cointaining now /en/ - they didnt.
(remaking the topic)