-
Notifications
You must be signed in to change notification settings - Fork 0
Moving LiteCommerce installation directory
To move an installed LiteCommerce plus Drupal website to another directory on your server:
-
Log in as the Drupal administrator and disable the Clean URLs feature at http://[yoursite]/?q=admin/config/search/clean-urls
-
Move files and directories from the original directory to the new one
-
Edit the "[drupal-directory]/modules/lc_connector/litecommerce/etc/config.php" file and adjust the "web_dir" setting to reflect the new path to the LiteCommerce directory
-
Edit the "[drupal-directory]/.htaccess" file and make sure that RewriteBase options is not commented and points to your Drupal directory
-
Open your site at the new URL, log in as the Drupal administrator, enable the CLean URLs feature, go to http://[yoursite]/?q=admin/config/development/performance and click "Clear all caches"