I am in the process of updating the URLs on my website to make them more SEO friendly. However, this has caused many of the links to scripts and images on different pages to break. To fix this, I believe using absolute paths for the scripts and images is the only solution.
In my understanding, using absolute paths should not pose any risks. Anyone familiar with websites and web development can easily determine the image/script directories by looking at the current URL and comparing it to the relative paths.
Before proceeding, I would like to confirm if there are any potential issues or drawbacks to using absolute paths for scripts and images.
Thank you.