Hello,
I added an include for my pages:
<!--#include FILE="my_page.shtml" -->
it works fine but when I moved it to another folder, it stopped working even though I changed the path:
<!--#include FILE="/new_folder/my_page.shtml" -->
I even tried the absolute path:
<!--#include FILE="http://www.example.com/new_folder/my_page.shtml" -->
am I doing something wrong?
Thank you guys