Quote:
Originally Posted by Beaver Bob
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)