admin
Guest
|
 |
« on: March 01, 2011, 12:42: PM » |
|
Assuming you're host is using the Apache webserver, which most do, you can create a '.htaccess' file (Just create a blank text file called '.htaccess'), and paste in...
AddType application/x-httpd-php .php .html .htm
...Then Save and Upload to the root of your website. That should tell Apache to parse .htm/.html files for PHP code.
|