I currently have websites running on two separate servers, and the coding in the HTML file specifies that the file resides on that particular system. In order to discontinue to have to copy the data over manually and still keep the two servers in sync I have decided to use a shared drive so that both servers' content will be the same. Currently the source code in my HTML files looks like the example below
<li><a href="../December/gp120202.htm">December 2, 2002</a></li>
<li><a href="../December/gp120302.htm">December 3, 2002</a></li>
<li><a href="../December/gp120402.htm">December 4, 2002</a></li>
<li><a href="../December/gp120502.htm">December 5, 2002</a></li>
If I want to make it source another server which is named Morris what would I do (without having to change each line to say:
<li><a href="//morris/shared/operations support/reports/web reports/GP Daily Reports/December/gp120202.htm">December 2, 2002</a></li>
Basically I just want the page to look at \\morris\shared rather than locally. Any help would be greatly appreciated.
Thanks,
John
<li><a href="../December/gp120202.htm">December 2, 2002</a></li>
<li><a href="../December/gp120302.htm">December 3, 2002</a></li>
<li><a href="../December/gp120402.htm">December 4, 2002</a></li>
<li><a href="../December/gp120502.htm">December 5, 2002</a></li>
If I want to make it source another server which is named Morris what would I do (without having to change each line to say:
<li><a href="//morris/shared/operations support/reports/web reports/GP Daily Reports/December/gp120202.htm">December 2, 2002</a></li>
Basically I just want the page to look at \\morris\shared rather than locally. Any help would be greatly appreciated.
Thanks,
John