* Rsync files to the new location
* Change Apache root folder settings
* Redo web directory protection entries
* Update Joomla core configuration (global settings)
* Update Akeeba backup configuration
* Rename old folder to ensure nothing is still using it
Checks
* Run Akeeba backup and make sure it saves to the new path
* Search Joomla database for anything using the old path
Related Articles
Linux - Specify From Address W...
I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line. In short, you need to use the -r option....
Why Linux is Cool
Linux proudly sits in a very special place in the heart of the IT world. Watching Linux pros clack away at the command line inspires a sense of awe and ador...
Linux - How to Mount Clonezill...
Make sure the partclone package is installed.apt-get install partcloneCreate an empty image file.touch image-file.imgRestore the clonezilla files into the image...
KVM - Enable Direct PCI Pass-T...
This example was done on Ubuntu server.* Enable VM direct I/O in the BIOS.* Open /etc/default/grub using an editor like nano or something.* Find GRUB_CMDLINE_LI...