Category Archives: Apache

Displaying the Correct Time for Your Time Zone

Let’s say that you want to display the time on your HTML page.  You could do it like this in test.html: <html> <body> <!–#config timefmt=”%I:%M %p %Z” –> <p><!–#echo var=”DATE_LOCAL”–></p> </body> </html> That works fine as long as your ISP … Continue reading

Posted in Apache, HTML, PHP | Tagged , , , , , , | Leave a comment

Turning on SSI in Apache on a Linux Server

Turning on Server Side Includes on my ISP’s Apache server turned out to be HTML quite easy.  All I needed to do was add the following lines to the .htaccess file in the directory where the pages reside: Options +Includes … Continue reading

Posted in Apache | Tagged , | Leave a comment