Moving The Website Into Another Folder

Hello, everybody!



I am new in cs cart (actually, first time use…) and a friend of mine asked me to move his website into another folder, on another server.



Look, initially, the website link was www.jucarii-kiwi.ro



The new link must be www.hosting-super.eu/siteuri/jucarii-kiwi.ro



I did it, with ftp and phpmyadmin, and, after this, I edited the config.local.php file and I changed the next command lines…:



$config['http_host'] = 'hosting-super.eu';

$config['http_path'] = '/siteuri/jucarii-kiwi.ro';



$config['https_host'] = 'hosting-super.eu';

$config['https_path'] = '/siteuri/jucarii-kiwi.ro';



I was good! But not enough! The website looks good only in the homepage, because, if I wand to click on a category…it shows 404 error!



My question: what I have done wrong? Is there another .php file do I have to edit?



Please, help!



Any answe will be appreciated!



Catalin

Please check point #4 in the following article: