Configure YOURS project

hi lambertus
thanks for your great work but i cant run YOURS yet!
i use apache 2 on open suse 11.3 and my path to put out index file is: /srv/www/htdocs
when i create an index.html file and put it in this dir it work fine but when i create “yours” dir and copy contents of /version-1.0-via/www in that and enter these URLs:

http://localhost/yours
http://localhost

i get the error :

Access forbidden!

You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403

my variables:

$www_dir = ‘/srv/www/htdocs/yours’;

$yours_dir = ‘/home/Goesmore_sources/Gosmore’;

i also copy contents of your dir into htdocs and not worked again (with changing variables value)
in all ways help.html and map.html files work properly but when i enter http://localhost/yours/index.php firefox wants to save it!

Do you have PHP installed? Can you create a new info.php file that contains:

<?php
echo phpinfo();
?>

If you open that file with your browser it should show some information about PHP…

Try to get that working and then the YOURS index.php should do something as well.

very very thankyou Mr lambertus :slight_smile: