I've searched forums but didn't find answers

Is there an easy way how to move OC 2.0.3.1 installation from root to subfolder?

Thanks a million,
Marek
Code: Select all
/newshopsub/config.php
/newshopsub/admin/config.php
/newshopsub/.htaccess
Code: Select all
RewriteBase /
TO:
RewriteBase /newshopsub/
Code: Select all
FROM:
define('HTTP_SERVER', 'http://www.bigmax.ch/');
define('HTTP_IMAGE', 'http://www.bigmax.ch/image/');
define('HTTP_ADMIN', 'http://www.bigmax.ch/admin/');
define('DIR_APPLICATION', '/home/jacobch/www/bigmax/catalog/');
define('DIR_SYSTEM', '/home/jacobch/www/bigmax/system/');
TO:
define('HTTP_SERVER', 'http://www.bigmax.ch/newshopsub/');
define('HTTP_IMAGE', 'http://www.bigmax.ch/newshopsub/image/');
define('HTTP_ADMIN', 'http://www.bigmax.ch/newshopsub/admin/');
define('DIR_APPLICATION', '/home/jacobch/www/bigmax/newshopsub/catalog/');
define('DIR_SYSTEM', '/home/jacobch/www/bigmax/newshopsub/system/');
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Users browsing this forum: No registered users and 14 guests