PDA

View Full Version : Are supported .phtml files?


Sandro
9-12-03, 06:38 PM
hello,
I am a newcomer in powweb hosting, but I note files with extension .phtml are not supported.
My server is www07.powweb.com, info about php are in http://www07.powweb.com/phpinfo.php.
Is it possible enable server to interprete files .phtml?
Thanks in advance for any advice

mjp
9-12-03, 06:54 PM
The .phtml extension has been deprecated for some time. I don't believe our admins (or most admins anywhere) would consider re-enabling support for it.

mjp

HalfaBee
9-12-03, 07:43 PM
You can always add this to your .htaccess to make .phtml
work.

AddHandler application/x-httpd-php .phtml

HalfaBee