English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've read the readme files and I've searched the internet for the answer of this question everybody tell me to insert 2 lines in the httpd.conf files of my computer but apache write me " Cannot load /php/php5apache2.dll into server : the specific module could not be found. " I've checked everything such as path and using "/" instead of "\" in giving the path but I couldn't solve the problem.

Now I have php 5.1.4 and apache 2.2.

I want to use Apache instead of "EasyPHP"!

2006-07-16 01:44:32 · 1 answers · asked by TitanAD 2 in Computers & Internet Programming & Design

1 answers

You havent specified the path of the php module properly. You have to first extract php somewhere. For example, C:\PHP. Then add those lines in your httpd.conf and make sure you specify the path as C:/php/php5apache2.dll. That is if you are using Windows. Then restart your web server. Did you add the path to php to the Windows path? You can do it by right clicking My Computer>Properties>Advanced> Environement Variables. Click on path and then click edit. Add C:\PHP to the end or wherever you extracted PHP. If you extracted it in E:\ then put E:\PHP. I am sure you know what I mean. :D

2006-07-16 01:57:10 · answer #1 · answered by Anindya 3 · 4 2

fedest.com, questions and answers