View Single Post
  #2 (permalink)  
Old 04-05-2004, 06:32 PM
ChrisRC ChrisRC is offline
WebProWorld Pro
 

Join Date: Mar 2004
Location: Pittsburgh, PA, USA
Posts: 115
ChrisRC RepRank 0
Default

browsers and search engines generally don't care what extension you use. back in ... 98? 99? when I last used .shtml pages I never had trouble. I doubt things have become worse.

If you're serious about web development, I strongly recommend learning some server-side scripting language - and I'm a big fan of PHP myself. Of course, that doesn't mean you can't go to the SSI for now, and just switch over to a PHP include() of the same content later, followed by a complete database driven template system (which isn't always the best solution anyway) eventually.
Reply With Quote