Cant install php on Apache & Windows 7 64 -
i have installed apache, added
loadmodule php5_module c:/php/php5apache2_4.dll addhandler application/x-httpd-php .php phpinidir "c:\php"
to httpd file, set php.ini file (im using thread safe 5.5.10 x64 version), when im trying run apache im getting message "the requested operation has failed".
try this:
- use forward slashes
- enclose path dll in quotes
double check paths , directory names
loadmodule php5_module "c:/php/php5apache2_4.dll" addhandler application/x-httpd-php .php phpinidir "c:/php"
Comments
Post a Comment