nik2 Posted March 8, 2010 Share Posted March 8, 2010 hello friends, can someone explain me why I had to add these 3 lines to make them work together LoadModule php5_module "C:\Program Files (x86)\PHP\php5apache2_2.dll" AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps I want to know what does each line do and why it helps apache to use PHP, i find it interesting thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/194528-apache-and-php-please-help/ Share on other sites More sharing options...
Gighalen Posted March 25, 2010 Share Posted March 25, 2010 All this is doing is loading .dll file to apache so apache knows how to interpret PHP, and the AddType lines are just telling Apache that it knows how to interpret those filetypes. Quote Link to comment https://forums.phpfreaks.com/topic/194528-apache-and-php-please-help/#findComment-1031423 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.