87 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
91
views
Setting time zone for apache/Litespeed server side includes
My website is on shared hosting, and the host has decided to standardize on UTC.
All my code (crontab, SSI, etc) is based on it being a different timezone.
It appears setting CRON_TZ = America/...
-1
votes
1
answer
327
views
How to use server side includes / SHTML?
Can any one plz guide me how to use SHTML in vs code.
I am trying to use this shtml because of includes but am getting rid of this ,am not getting how to create this and include the header and footer ...
0
votes
1
answer
614
views
STM32 & lwIP - SHTML page not rendering - source code displayed instead
I'm trying to get an SSI page running on my STM32 using lwIP. When I open a .html page all is displayed fine. But .shtml pages will not be rendered and only the source code becomes visible.
This post ...
Alex44's user avatar
- 3,985
-2
votes
1
answer
320
views
Diffence between .SSHTML and .SHTML extension
Can some share the difference between .shtml and .sshtml extension? Are they the same or different?
1
vote
0
answers
60
views
Server-side include: An image link breaks within the included contents
Suppose that folder B is inside of folder A.
Folder B contains:
index.shtml
a.html
image.png
And, in index.shtml, I include a line
<!--#include file="a.html" -->
And, image.png ...
1
vote
1
answer
60
views
Prevent Redirects for a python request to a .shtml link
I am making a python request to a .shtml link. I want the request to not allow redirects. I am using the following command for this purpose.
response = requests.request("POST", url, headers=...
1
vote
1
answer
240
views
Lighttpd SSI: Setting variable to value of HTTP_ACCEPT
I am using this shtml file for testing.
<!--#set var="lemon" value="HTTP_ACCEPT" -->
<!--#echo var="lemon" -->
<!--#include virtual="HTTP_ACCEPT" ...
0
votes
0
answers
309
views
Python Requests doesn't get the full content from a shtml page
I am new to Python and try to grab the table from a shtml page. When I used requests.get(url), the result was only a part of the full source code I could see from Chrome Browser and "hq_table&...
0
votes
2
answers
214
views
Subdomain with index.shtml as default page?
Is there a way to use a .shtml as the default page for a subdomain? I need it this way as my site uses HTML includes. Possibly add something in the .htaccess?
0
votes
1
answer
963
views
Webpack + SSI rendering without full HTML compilation
I'm rebuilding a static legacy website with webpack + misc. plugins (mini-css-extract-plugin, html-webpack-plugin, copy-webpack-plugin, etc).
This existing site includes SSI (html includes in tandem ...
1
vote
0
answers
252
views
reCAPTCHA not loading properly in XHTML document
I am writing an SHTML CSS & JS document into an XML document which uses an XHTML parser.
When I try to load the captcha into it, it briefly shows up as a white box then disappears, never to be ...
0
votes
0
answers
159
views
Can Heroku websites read Server Side Includes
I am simply trying to reuse variables across multiple webpages on a heroku app. However, I keep getting that the variable is not found when trying to deploy.
I have saved as html file as shtml. I ...
2
votes
1
answer
324
views
How to add a hover on full div instead of SVG path?
I've tried to create a circle with a question mark in it. Now if you notice the hover effect is only on the circle and the question mark only but not the complete div. I tried to use the class on the ...
0
votes
1
answer
692
views
how to retrieve label from a HTML class in a table using Swift
Trying to retrieve: "17,02" from the HTML below:
<div class="overflow-auto">
<table class="w-100 tl mb4 mt3 f6" cellspacing="0">
<thead>
<tr>
...
0
votes
1
answer
127
views
iOS apparently permanently caching web pages
I changed my website at the beginning of March to use php instead of shtml. I put server-side redirects in place, and my analytics showed almost everyone picking up the php versions within a couple of ...