Quote:
Originally Posted by djm0219
If would have to be .php unless you have your web server configured to treat .html files as php files.
|
Oh yeah, so what file do I need to change?
I read somewhere that it's like this
Code:
# Use PHP5 by default
AddHandler application/x-httpd-php5 .php
AddHandler application/x-httpd-php5 .html
But I just put it in the .htaccess file and that didn't work.
Which file do I have to put these lines in?
Dave.