View Single Post
  #5 (permalink)  
Old Sep 27th, 2006, 21:34
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: RSS feeds in PHP

If you mean you embedded the php in a file with a .html extension, then you will have to place a line in your .htaccess file that tells the server to pass .html files throough the php parser.

Code: Select all
AddType application/x-httpd-php .html .php4 .shtml .txt
Reply With Quote