Step # 4 is the most complicated part of the entire process... it is desperately in need of some refinement.
From what you've sent, it looks like you can replace
'my documents/sharedcode/'
with
'/sharedcode/'
You could just replace 'my documents' with '' (nothing), but I'm adding in some extra code to prevent replacing that string of text anywhere else it may be on your site.
Carefully note the slashes, and if all goes well - after the Search and Replace that example include should read
- Code: Select all
<!--#include virtual="/sharedcode/relatedLinks.html" -->
Which will reference the file
http://extensionhorticulture.unl.edu/sh ... Links.html
I hope that makes sense.