This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

website search.php is not displayed

0

Hi, I am having trouble viewing the nominations directory, I have the settings at https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-18/

contained in / srv / nominatim / build / settings local.php

@define ('CONST_Website_BaseUrl', 'http: // localhost / nominatim /');

contained in / etc / apache2 / conf-available

<directory "="" srv="" nominatim="" build="" website"=""> FollowSymLinks MultiViews options AddType text / html .php Require all awarded

Alias ​​/ nominatim / srv / nominatim / build / website

contained in 000-default.conf ServerAdmin webmaster @ localhost DocumentRoot / srv / nominatim

<directory "="" srv="" nominatim="" build="" website"=""> Options FollowSymLinks MultiViews AddType text / html .php DirectoryIndex search.php Require all granted

Alias ​​/ nominatim / srv / nominatim / build / website is not displayed in the browser http: //localhost/nominatim/search.php as if not entering nominatim

asked 14 May '20, 20:51

edderantonio's gravatar image

edderantonio
11556
accept rate: 0%

The question is unreadable. Apache2 has no configuration setting "Require all awarded" (https://httpd.apache.org/docs/2.4/howto/access.html).

(14 May '20, 21:09) mtmail

2 Answers:

0

I publish it again because I add characters that should not go I am having trouble viewing the nominations directory, I have the settings at https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-18/

contained in / srv / nominatim / build / settings local.php

@define ('CONST_Website_BaseUrl', 'http: // localhost / nominatim /');

contained in / etc / apache2 / conf-available

<directory "="" srv="" nominatim="" build="" website"=""> FollowSymLinks MultiViews options AddType text / html .php Require all awarded

Alias ​​/ nominatim / srv / nominatim / build / website

contained in 000-default.conf ServerAdmin webmaster @ localhost DocumentRoot / srv / nominatim

<directory "="" srv="" nominatim="" build="" website"=""> Options FollowSymLinks MultiViews AddType text / html .php DirectoryIndex search.php Require all granted

Alias ​​/ nominatim / srv / nominatim / build / website is not displayed in the browser http: //localhost/nominatim/search.php as if not entering nominatim

answered 14 May '20, 21:46

edderantonio's gravatar image

edderantonio
11556
accept rate: 0%

0

here is correct

alt text

answered 14 May '20, 22:25

edderantonio's gravatar image

edderantonio
11556
accept rate: 0%

1

Read the website https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-18/ carefully. There are no spaces around ' / ', there is no 'Require all awarded', there is no '000-default'.

(14 May '20, 22:29) mtmail