• Home
    • Privacy Policy
    • Contact
  • How to
  • Tips
  • Android
  • WordPress
  • Blogger Tips & Tricks
  • Google
  • Facebook
  • Genesis Tutorials

A New Tab

How to move Joomla site to another directory



Many web designers build their websites in test folders and when their designing  is done they want to move their Joomla site to the root folder. I am going to explain the steps involved in moving your joomla site.

Consider that I have developed my joomla site at ‘test’ folder( youdomain.com/test ) and I am plannig it to move to root directory so that if any one access your site at yourdomain.com it should open my joomla site.

Move all of the files and folders from your Joomla folder(test folder)  to the new directory. In our case from public_html/test   to   public_html/

Here you need to reconfigure your application. Open ‘configuration.php’ file and make the following changes in it:

Change: var $log_path = ‘/home/user/public_html/test/logs’;
To:         var $log_path = ‘/home/user/public_html/logs’;

Change: var $tmp_path = ‘/home/user/public_html/test/tmp’;
To:         var $tmp_path = ‘/home/user/public_html/tmp’;

Change: var $ftp_root = ‘/public_html/test’;
To:          var $ftp_root = ‘/public_html’;

Change: var $live_site = ‘http://www.yourdomain.com/test’;
To: var $live_site = ‘http://www.yourdomain.com’;

There is a cache folder which stores the cache files. Delete that. (public_html/cache in our case) and this folder will be automatically created once we access our site at yourdomain.com

Reload your site at yourdomain.com. It should work perfectly.



You might also like

  1. How to change Joomla URL to search engine friendly
  2. How to submit your site to DMOZ directory
  3. How to install Joomla on Hostgator, DreamHost using fantastico
  4. How to disable right click in wordpress without any plugin
  5. Test wordpress theme while visitors use the default one
  6. How to change the wordpress login url
  7. How to install WordPress Manually without Fantastico Deluxe
Filed Under: How to, Joomla, Tips

Comments

  1. chandan says:
    17/07/2011 at 1:47 am

    this is first post of this blog , really nice to see aswin started with joomla

    Reply
    • aswin says:
      17/07/2011 at 6:06 pm

      Thanks Chandan,
      Previously I used to design sites on Joomla
      later moved to wordpress

      Reply
  2. Anotart says:
    31/05/2012 at 5:50 am

    This is helpful. Is this current with Joomla 2.5? Are there additional issues if VirtueMart 2.06 is installed on the site?

    Thank you for your help!

    Reply
  3. pavanraj says:
    02/01/2013 at 11:59 am

    Very nice post. This is very useful things for all. Thanks for this post…………

    Reply

Speak Your Mind Cancel reply

*

*

Recent Articles

  • FaceBook introduced Graph Search Friends, Photos : What is it ?
  • How to terminate the account in WHM cPanel
  • How to create a new account in WHM cPanel
  • Unlock Pattern Lock Android tablet-Phone
  • Find Android Version and Update your Samsung Galaxy Tab Automatically
  • Find IMEI Number of your Samsung Galaxy Tab
  • Clean and Speed up chrome with one click

Return to top of page

Copyright © 2013 · Genesis Sample Theme on Genesis Framework · WordPress · Log in