Results 1 to 2 of 2
hi
I am using apache and php4.
When i try to open my home page in the browser, it prompts me to download some PHTML file instead of displaying the ...
- 12-29-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 26
apache problem
hi
I am using apache and php4.
When i try to open my home page in the browser, it prompts me to download some PHTML file instead of displaying the home page.
Pls tell me how to get rid of this problem.
- 12-29-2006 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
What distro are you using?
Try renaming your homepage from index.phtml to index.php
If that works then you most likely just need to add a line to your httpd.conf along the lines of;
Code:AddHandler application/x-httpd-php .phtml


Reply With Quote