Ciaran Gultnieks wrote:
Kiran Bellare wrote:
I can't get to the index page - the laconica.log file says - 2009-06-09 01:58:01 LOG_ERR: Problem getting route for /index.php - A path was found but is invalid. Would really appreciayte if someone could outline the missing installation steps (incl. key config variables to get the site up) - my config file is below -
On the other hand, you have fancy URLs disabled, which should mean
you don't need .htaccess, but I don't know if anyone is actually
using it in that configuration these days.
That's the default, and it should work out of the box.

Another possible red herring, but worth a shot in the absence of
any other suggestions.
Adding the entire config.php.sample was a mistake. The smartest thing to do would be to go back to the auto-generated config.php, and add only the things necessary to make it actually work.

As a side note, the default system uses PATHINFO for "virtual" paths (without requiring mod_rewrite or .htaccess or any of that). So your public stream should be:

   http://servername/path/index.php/

Note the trailing /. Other significant URLs to test:

   http://servername/path/index.php/main/register
   http://servername/path/index.php/doc/help

-Evan

--
Evan Prodromou
CEO, Control Yourself, Inc.
[email protected] - http://identi.ca/evan - +1-514-554-3826

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to