Thread
:
XHTML vs. PHP
View Single Post
07-26-2007, 04:46 PM
#
7
(
permalink
)
chickenhawk
Gold Lifetime Member
Last Online: 08-26-2008 11:53 PM
iTrader: (
9
)
Join Date: Jun 2007
Posts: 40
DNF$:
175
Location: Mass
Country:
Re: XHTML vs. PHP
you can rename index.php to index.html if you add the following to .htaccess
<Files *.html>
ForceType application/x-httpd-php
</Files>
So it looks like plain html to everyone (even google), but you have php under the hood.
chickenhawk
View Public Profile
Find More Posts by chickenhawk