joonstar
04-18-2003, 12:43 PM
(1) file.php
(2) file.php3
What is the difference between the extention names?
Phantom
04-18-2003, 12:53 PM
In version 3 of PHP, the extension was .php3 - now it's just .php
Eddyd84
04-18-2003, 01:29 PM
There is no difference between
.php, .php3, .php4, .pthml, .blah
as long as your .htaccess is set to parse files with those extemtions as php. In your .htaccess add:
AddType application/x-httpd-php .php, .php3, .icn, .blah, .codingforums
or whatever
:)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.