View Single Post
Old 2007-12-10, 08:37 AM   #3
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by Beaver Bob View Post
you can run php pages as .html by adding this line to you .htaccess or apache config.

PHP Code:
AddType application/x-httpd-php .php .html 
so that would allow me to run php script on an html page, right?

What if I had a script that generates the page as .php and I can't change that (or at least can't figure out how I could lol)
ponygirl is offline   Reply With Quote