Hi,
I am really struggling with the plesk migration tool, wondering if anyone has had this problem before?
I have 2 dedicated servers, one of which the disk are failing on so I need to move the sites from one to the other. There is quite a few and doing it manually will take a long time. Heard about the migration so giving this a try.
I have it running through the process and it migrated the site from one server to the other great. The subscription was setup, database in place etc. But once there all css, images, links etc are not working.
When checking the source code I have noticed that during the migration it has added this "D:/Plesk/VHOSTS/webpointsolutions.co.uk/httpdocs/" to the start of all links, images, css, js.
The site is now sitting on the live domain and is totally broken.
This is how the script was called and was working fine before the migration
<script type="text/javascript" src="app/themes/classic/scripts/jquery.cookie.js"></script>
This is how it is now after the migration
<script type="text/javascript" src="D:/Plesk/VHOSTS/webpointsolutions.co.uk/httpdocs/app/themes/classic/scripts/jquery.cookie.js"></script>
My question is why is it adding this extra text, and how can I stop it from adding it.
Thanks in advance for any help you can give me.
I am really struggling with the plesk migration tool, wondering if anyone has had this problem before?
I have 2 dedicated servers, one of which the disk are failing on so I need to move the sites from one to the other. There is quite a few and doing it manually will take a long time. Heard about the migration so giving this a try.
I have it running through the process and it migrated the site from one server to the other great. The subscription was setup, database in place etc. But once there all css, images, links etc are not working.
When checking the source code I have noticed that during the migration it has added this "D:/Plesk/VHOSTS/webpointsolutions.co.uk/httpdocs/" to the start of all links, images, css, js.
The site is now sitting on the live domain and is totally broken.
This is how the script was called and was working fine before the migration
<script type="text/javascript" src="app/themes/classic/scripts/jquery.cookie.js"></script>
This is how it is now after the migration
<script type="text/javascript" src="D:/Plesk/VHOSTS/webpointsolutions.co.uk/httpdocs/app/themes/classic/scripts/jquery.cookie.js"></script>
My question is why is it adding this extra text, and how can I stop it from adding it.
Thanks in advance for any help you can give me.