Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: checking for SSI?

by Theo (Priest)
on Feb 04, 2004 at 15:16 UTC ( [id://326499]=note: print w/replies, xml ) Need Help??


in reply to checking for SSI?

The most certain way is to create a small web page, include some SSI, name it with an SHTML extention and upload it.
<html><head><title>SSI test page</title> </head> <body> <h1>SSI test page</h1> <hr/> <!--#echo var="SERVER_NAME" --> <br/> <!--#echo var="Document_URI" --> <br/> <!--#echo var="LAST_MODIFIED" --> <br/> <hr/> </body></html>
But if they haven't gotten back to you in 3 weeks, it might be time to look for a new host. The host I use usually responds within 24hrs.

-Theo-
(so many nodes and so little time ... )

Replies are listed 'Best First'.
Re: Re: checking for SSI?
by Anonymous Monk on Feb 04, 2004 at 18:56 UTC
    Thank you so much Theo. I was using .html and I couldn't think for the life of me why my SSI code was showing up in the sorce code and not being executed. On all my other sites I use .html with SSI and it works, but rename it to .shtml surely did the trick. Thanks!
      There are several ways to "enable" SSI. I think most of them are covered here along with tutorial info. The HtmlGoodies site has more tutorial stuff.

      Here's another site with SSI tutorials, including techniques I've not seen elsewhere.

      -Theo-
      (so many nodes and so little time ... )

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://326499]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 15:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found