Questions tagged [shtml]

shtml files are HTML files that undergo server-side includes processing

SHTML files are HTML files for which server-side includes (SSI) is enabled.

Usually the server knows that it must perform SSI processing because the filename ends with a recognized extension, typically .shtml, .stm or .shtm. If the server is configured to allow it, SSI-enabled files may be recognized because they have the execution permission bit set.

88 questions
1
vote
1 answer

How to Add an shtml file to Wordpress

I'm trying to pull in data from another site via an iFrame. The other site requires that we have an shtml file within Wordpress using our vantage theme. Wordpress doesn't have urls that end in .shtml How can I add this file to wordpress?
1
vote
1 answer

I can't get header to appear using SSI with html

So I'm working with SSI to implement global items like headers, and footers etc. basically for server side scripting since I am using a simple web host. Now I've checked with the company and SSI is enabled by default. I even ran a few SSI tests…
dhershman
  • 341
  • 2
  • 12
1
vote
1 answer

.shtml - how to redirect AND pass the URI

on my shared server, I'm trying to create a custom 404 page. This particular host uses SHTML, and I cannot ReWrite.. I can display the uri: I can make the URI a part of a variable: The line above is causing the problem. I know I must change virtual with file but I have a huge website and it means…
Tarik
  • 79,711
  • 83
  • 236
  • 349
1
vote
0 answers

How to display a common html\javascript suffix with tabs

Please excuse my not so great title. I don't do much HTML dev and I'm hacking and learning bits as I go. I'm trying to create a form with multiple views using Javascript and HTML. My goal is to allow data to be entered in multiple modes. As an…
1
vote
0 answers

shtml how to test string empty

I have a piece of shtml to amend: @foreach (Dictionary.DictionaryItem item in countriesParentNode.Children.OrderBy(d => d.Value(languageId))) { string itmval = @item.Value(languageId); bool empty = @itmval == "";
nickornotto
  • 1,946
  • 4
  • 36
  • 68
1
vote
1 answer

ssi an error occurred while processing this directive

I get the following error in my shtml files [an error occurred while processing this directive] This error does not happen when including another file, it happens when I do if expressions like:
Cory Baumer
  • 397
  • 3
  • 16
1
vote
1 answer

How do I render a SHtml.ajaxButton with 'onClick' action and href link in a Lift Snippet

I'm trying to render an ajaxButton in Lift that, once clicked, updates a SessionVar and then goes to another page using href: def render ={ "li *" #> userItems.map(item => "li.button_open" #> SHtml.ajaxButton("Open", () => ajaxButtonOpen(item), …
fin
  • 39
  • 5
1
vote
1 answer

Why shtml.exe comes in url

I have found shtml.exe in my localhost URL.Url is : localhost/germain/_vti_bin/shtml.exe/reservations.htm. When i enterd this url the page shows a 403 error. But in the case of live site it works fine.Look this link :…
Preethy
  • 722
  • 2
  • 10
  • 27
1
vote
1 answer

Unknown GET Request after POST Request

I have an a.shtml page and a form on it. When i submit the form with POST i call a.cgi and redirect the page b.shtml from the cgi with META. But i saw on access.log that a.cgi executes two times. It causes some problems. Why it is called twice and…
brknl
  • 115
  • 9
0
votes
0 answers

controlling webpage layout

i have a webpage , problem is when i am minimizing (by clicking maximize button on title bar) webpage, everything shuffle which is not looking good.is there any CSS property for controlling the layout of page when it is…
hina
  • 15
  • 3
0
votes
1 answer

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 leads me to look for the mimetype using wget: $…
Alex44
  • 3,597
  • 7
  • 39
  • 56