I am trying to find the best way to update an intranet when links throughout the site change frequently. I have about 200 pages, html, that have some links to files on the server. The problem is, if any of those files are moved, renamed, etc, I have to go back and update every page it is linked from.
I know that if a link changes, I'll have to update it. However, I want to make that as simple as possible. I'm not sure how to go about this. I was thinking some sort of "reference page" that holds all the link locations. That way, I could link to that page from all the other pages, and then if a link changes, I just update it once on that reference page.
Thanks for any help, any ideas?
I know that if a link changes, I'll have to update it. However, I want to make that as simple as possible. I'm not sure how to go about this. I was thinking some sort of "reference page" that holds all the link locations. That way, I could link to that page from all the other pages, and then if a link changes, I just update it once on that reference page.
Thanks for any help, any ideas?