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:

  1. use forward slashes
  2. enclose path dll in quotes
  3. double check paths , directory names

    loadmodule php5_module "c:/php/php5apache2_4.dll" addhandler application/x-httpd-php .php phpinidir "c:/php" 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -