Simple Icons contributors / Simple Icons — CC0 1.0
Thread safe for use with Apache (will contain php5apache2_4.dll).
Download
Thread safe for use with Apache (will contain php5apache2_4.dll).
Apache config.
Conf/httpd.conf (Append).
PHPIniDir "C:\Program Files\PHP"
Should not have a trailing slash.
LoadFile "C:\Program Files\PHP\php5apache2_4.dll".
LoadModule php5_module "C:\Program Files\PHP\php5apache2_4.dll".
AddType application/x-httpd-php .php.
PHPIniDir "/Program Files/PHP".
LoadFile "/Program Files/PHP/php7apache2_4.dll".
LoadModule php7_module "/Program Files/PHP/php7apache2_4.dll".
AddHandler application/x-httpd-php .php.
AddType application/x-httpd-php .php.
PHP.ini.
rename -production/development : ini?[PHP] - optional?
- if ini is required.
Log.
Add PHP path to path variable
Required for modules like CURL to work.
Updated:
2026 Aug 19

