views:

12

answers:

1

Hi,

Recently i configured Wordpress blog in IIS... I works fine. and Now i try configure the another package(PHP)... it loads the Index page when click on any link it says **

unable to find includes/dbsettings.php

**

But the file is there in the location and someone said there is problem in path mapping php.ini file....i not PHP Dev..

Same package my friend installed works fine for him..So any1 reply to fix will be thankful.

and i find 3 copies of PHP.ini configuration file in my system

C:\WordPress\php\php.ini C:\Program Files\PHP\php.ini C:\WINDOWS\php.ini

i dont know which configuraton file does IIS takes..

reply :)

A: 

Just a tip: directory separator isn't the same under Win/Linux. Maybe there's some includes that using the Linux one (/) but under Win you need to use: \

If your newly uploaded package isn't written properly maybe there's something about /'s.

More info here.

fabrik