- Move all files from sub-directory to root directory
- Change .htaccess file code:
Find RewriteBase /subdirectory/ to RewriteBase /
where subdirectory is the name of your subdirectory e.g. magento - Open phpMyAdmin and run these queries:
update core_config_data set value='your new store url' where path = 'web/unsecure/base_url';
update core_config_data set value='your new store url' where path = 'web/secure/base_url';
Explore magento tutorials, magento guide, magento faqs, magento help, magento development, magento tips and tricks and everything related to magento.
Sunday, August 19, 2012
Moving magento from subdirectory to root directory
Moving magento from sub directory to root directory require following steps:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment