Thread: SSI Problem
View Single Post
  #6 (permalink)  
Old Mar 10th, 2008, 08:27
MikeHopley MikeHopley is offline
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: SSI Problem

Quote:
Originally Posted by awieds View Post
That worked!! Thank you so much. The only problem is that then I need all my files to have a .php file extension, is there any way around this?
You can tell your server to run PHP scripts on your HTML files.

Alternatively you can rename your HTML files to PHP files, and tell your server to redirect all fileName.html requests to fileName.php
Reply With Quote