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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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