It makes my halo. I am trying to get the server side to work. The server on which my site is hosted has an SSI, and the company that owns the servers stated that my problem was with my code and not with their servers.
Here my file is called test.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> </head> <body> </body> </html>
The top.html file is just a bunch of html, there is nothing to worry about.
When I call the main test.shtml file, it works fine. When I call it test.html, it is not. When I googled it, he said what to do with file parsing. How does this relate to the code? What can I do to make it work with the .html extension. (I cannot use .shtml for SEO reasons).
source share