Hi I put this in my .htaccess
AddType application/x-httpd-php .htm
However, when I tried to open test.htm, the include function inside doesn't work.
Anyone knows why?
| SitePoint Sponsor |

Hi I put this in my .htaccess
AddType application/x-httpd-php .htm
However, when I tried to open test.htm, the include function inside doesn't work.
Anyone knows why?





Could be any number of reasons, to start with the obvious.
Are you using php3, if so
AddType application/x-httpd-php3 .htm
Also if using php4 try
AddType application/x-httpd-php4 .htm
And last but not least in your apache config httpd.conf make sure
AllowOverride All
is in there for the directory you are trying to use it in.
Please don't PM me with questions.
Use the forums, that is what they are here for.
Bookmarks