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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
