Random Posted March 29, 2003 Share Posted March 29, 2003 I need to know the line in apache to allow php, php3 and phtml files to be accessed on a local server...feel free to aim/msn me. Link to comment https://forums.phpfreaks.com/topic/275-need-to-know-the-line-in-apache-to-allow/ Share on other sites More sharing options...
Nicat23 Posted April 4, 2003 Share Posted April 4, 2003 in the httpd.conf file look for this LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php .phtml .php3 It should be under the Dynamic Shared Object (DSO) support area... Hope that helps Link to comment https://forums.phpfreaks.com/topic/275-need-to-know-the-line-in-apache-to-allow/#findComment-945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.