Hello, i tried to install a local NOMINATIM server. Now I have the problem that i cannot access the nominatim/search.php. When i call a search i get an output like: 50) $iFinalLimit = 50; $iLimit = $iFinalLimit + min($iFinalLimit, 10); $iMinAddressRank = 0; $iMaxAddressRank = 30; $aAddressRankList = array(); $sAllowedTypesSQLList = false; // Format for output if (isset($_GET['format']) && ($_GET['format'] == 'html' || $_GET['format'] == 'xml' || $_GET['forma... I suspect this might be a problem with the user rights as i get a 403 Forbidden when i try to acces http://localhost/nominatim Does anyone have a clue how i can fix this problem? Greetings Flo asked 29 Jul '13, 10:40 fajgiess aseerel4c26 ♦ |
Does your server process the PHP? It looks like it doesn't. So probably you should check by creating a answered 29 Jul '13, 15:44 gormo 4
Thanks for the tip... The problem was that due to a typo i didn't install php5 ... now it works fine.
(01 Aug '13, 08:03)
fajgiess
|