Hi,
I am using server side include files on some of my web pages. My problem seems to be occurring with the file path address.
Example:
I have a web page that is located in:
root > sub-folder
example: example-site.com/sub-folder/example-page.shtml
what I'd like to do obviously is have the include file be:
root > inc
Making the include file address: /inc/example.shtml
But the only way I can seem to get the include file to work is when I put a folder named "inc" in the sub-folder, so:
root > sub-folder > inc
Making the include file address: inc/example.shtml
Can someone help me with this please so I can just make one include file that will effect all the pages in my sub-folders. I thought just putting a backslash before inc would direct it to root but not working, thank you and please let me know if I can provide anything else or if this doesn't make any sense.