Hi This doesn't work. I am running around in cirkel. The adress to the site is http://medlem.spray.se/sandvall04/geeklog/ In config.php // +---------------------------------------------------------------------------+ // | SERVER SETTINGS | // | | // | All paths must have a trailing slash ('/'). If you're on Windows, they | // | must also start with a drive letter (e.g. 'C:/'). | // | The 'path' value signifies where the config.php (this file) resides | // +---------------------------------------------------------------------------+ $_CONF['path'] = 'http://medlem.spray.se/sandvall04/geeklog/'; //C:/inetpub/wwwroot/geeklog/
// You only need to change this if you moved or renamed the public_html // directory. In that case, you should specify the complete path to the // directory like this (i.e. without the $_CONF['path']): // $_CONF['path_html'] = '/path/to/your/public_html/'; $_CONF['path_html'] = $_CONF['path'] . 'public_html/'; // you shouldn't need to edit the following $_CONF['path_system'] = $_CONF['path'] . 'system/'; $_CONF['path_log'] = $_CONF['path'] . 'logs/'; $_CONF['path_language'] = $_CONF['path'] . 'language/'; $_CONF['rdf_file'] = $_CONF['path_html'] . 'backend/geeklog.rdf'; $_CONF['backup_path'] = $_CONF['path'] . 'backups/'; // +---------------------------------------------------------------------------+ // | SITE SETTINGS | // | | // | These settings help define your Geeklog site. | // +---------------------------------------------------------------------------+ // make sure this is the correct URL to your site (no trailing slash) $_CONF['site_url'] = 'http://medlem.spray.se/sandvall04/geeklog/public_html/'; ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' In lib-common.php ** * Configuration Include: You should ONLY have to modify this line. * Leave the rest of this file intact! */ //require_once( '/path/to/geeklog/config.php' ); require_once( 'http://medlem.spray.se/sandvall04/geeklog/config.php' ); ................................................................................... When I try to oppen public_html I get a error message " parse error in lib-commom.php Line 3793. What should I do Thanks Sten