Hi,
We have PowerBSD Virtual Server with apache and php4
We have the following files in the conf directory
Access.conf ( access file)
httpd.conf (virtual hosts)
magic
mime.types
srm.conf
I have edit the srm.conf
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I have create 2 testing files with the names
info.php and info.php3 with the following text
<?php phpinfo()?>
I go to my brower an type www.mydomainname.com/info.php3 everiting will working fine
If I go to my brower an type www.mydomainname.com/info.php it will not working i
will see <?php phpinfo() ?> in my browser
Can you help my please.
Manu