Prasad, If I understand you correctly, you have files with the extention "php" parsed by php and now want ones with the extention "php3"too. You do not say the webserver you are using but if Apache it is the AddType lines. This line is commonly:
AddType application/x-httpd-php .php .php4 .php3 .phtml Make sure "php3" is there. Regards Chris nagendra prasad wrote: >hi, >initially i have configured my default extention(infact it took the deafult one)now i >also need my php interpreter to recognise my php file even if it has the extn as >php3.what should i do. >help me >i'm struck >prasad > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php