Thanks Jeff, I have set $config['site']['path'] = ''; in the config.php (also tried '/'), and that got rid of the extra "index.ph" in the path. I've installed laconica in my root folder (www.mobiletribes.com)
However, i still have an extra '/index.php' in the path - e.g. all my links in www.mobiletribes.com page show http://www.mobiletribes.com/index.php/doc/help Where in the code is this getting added and how can i remove it? thanks Kiran On Sat, Jun 13, 2009 at 6:06 AM, Jeff Mitchell <[email protected]> wrote: > Kiran Bellare wrote: > > Ok, i'm getting closer to having a working install, but the URL links > seems > > to get messed up. > > > > 1) I can get some text content on the home page ( try > > www.mobiletribes.com <http://www.mobiletribes.com/>), > > but all the links on the page (Register, Help, etc.) have an extra "/ > > index.ph/index.php/ <http://index.ph/index.php/>" > > e.g. i get Help link - www.mobiletribes.com/index.ph/index.php/doc/help > > <http://www.mobiletribes.com/index.ph/index.php/doc/help> > > Search link - > > www.mobiletribes.com/index.ph/index.php/search/people > > <http://www.mobiletribes.com/index.ph/index.php/search/people> > > You should Google "laconica index.ph" :-) Very common problem. > > Solution: in config.php put > > $config['site']['path'] = ''; > > or > > $config['site']['path'] = '/'; > > Try the first one. If it doesn't work, try the second. > > > 2) Also, the page won't load any images (perhaps for the same root > problem) > > - try www.mobiletribes.com <http://www.mobiletribes.com/> > > Same problem. > > --Jeff > >
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
