Hosun wrote
Hi,
I happened to find out Netlify by chance.
And I have used it, because of no problem so far in communicating with Adobe Community.
Netlify has nothing to do with the Adobe Commmunity. I doubt anyone in the community has ever deployed a website using Netlify. Anyone?
Hosun wrote
But why can't the Include file call in <header> in full?
Then you must have corrupt code in your files or you must be trying to parse php code without a server capable of parsing php code. If the header.js include works in your index.html then its logical to expect it to work in any of your pages, as long as they are in the same directory as the index.html file. If you duplicate the index.html file, rename it, and open it in a browser it WILL show exactly the same results.
You have to know some basic html, css and server-side code to be able do anything. If you dont have that you wont get very far at all.