Friday, December 20, 2013

How to move your website to different location in VirtueMart

In this tutorial you will learn how to move your Joomla template to different directory.


    1. Go to your Joomla installation folder and copy all the files, move it to the folder you need.

joomla_how_to_move_to_different_folder11


  1. Open your new folder with Joomla. Edit configuration.php file within your joomla root folder.

  2. Scroll down and edit all the instances of previous folder – remove it and make the links look properlyFor example, your bottom links should look like:

    public $log_path = '/home/mgreen/public_html/phil/joomla/subfolder/logs';
    public $tmp_path = '/home/mgreen/public_html/phil/joomla/subfolder/tmp';

     



    After you move your files from folder “subfolder” to folder “joomla” you should make it look like:



    public $log_path = '/home/mgreen/public_html/phil/joomla/logs';
    public $tmp_path = '/home/mgreen/public_html/phil/joomla/tmp';

     




  3. Check your .htaccess. The subfolder should be removed there as well.

  4. If you have cache enabled, login to the administrator backend (which will now be at http://www.yoursite.com/administrator and not http://www.yoursite.com/subfolder/administrator). Go to Site->Maintenance-> Clear Cache and delete all cache files.


How to move your website to different location in VirtueMart

No comments:

Post a Comment