- Posts: 1
- Thank you received: 0
Relocate Joomla with content from Subfolder to Root
-
cadviz
Inactive member -
Topic Author
- New Member
-
Less
More
4 years 11 months ago #47706
by cadviz
Relocate Joomla with content from Subfolder to Root was created by cadviz
Hi there,
I'm nearly there with the configuration of my new site but Its now become obvious that it might not be so easy to simply use the FTP browser to drag and drop the content of /subfolder/ to root. Do you have any suggestions to make this easier (ie without going through and checking all the image paths etc don't have /subfolder/ in them)?? Do I have to reinstall Joomla in the root and basically do everything again?
I'm nearly there with the configuration of my new site but Its now become obvious that it might not be so easy to simply use the FTP browser to drag and drop the content of /subfolder/ to root. Do you have any suggestions to make this easier (ie without going through and checking all the image paths etc don't have /subfolder/ in them)?? Do I have to reinstall Joomla in the root and basically do everything again?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6777
- Thank you received: 720
4 years 11 months ago - 4 years 11 months ago #47707
by milos
Replied by milos on topic Relocate Joomla with content from Subfolder to Root
Hello,
1. You move the /subfolder/ to root using FTP
2. Edit configuration.php file and change lines:
to reflect your current path.
That's it, you are done. If you used absolute paths of the images (it's a very bad idea) in your content instead of relative, you will need to update them all.
Best regards,
Milos
1. You move the /subfolder/ to root using FTP
2. Edit configuration.php file and change lines:
Code:
public $log_path = '/YOUR_PATH/administrator/logs';
public $tmp_path = '/YOUR_PATH/tmp';
to reflect your current path.
That's it, you are done. If you used absolute paths of the images (it's a very bad idea) in your content instead of relative, you will need to update them all.
Best regards,
Milos
Last edit: 4 years 11 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.146 seconds