2009/6/16 Kiran Bellare <[email protected]> > > Hi, Hello,
> I've set up the fancy mode ($config['site']['fancy'] = true;) and have an > .htaccess file in my root directory (this mode helps avoid the other issue of > an extra "/index.php" in the URL links) > > Most of the URL links (e.g. /doc/help, /search/people) work fine except the > home page (www.mobiletribes.com) > The log error is get is "2009-06-15 22:04:44 LOG_ERR: Problem getting route > for /index.php - A path was found but is invalid." > > So, it seems like the .htaccess file (below) isn't resolving the RewriteRule > for the .index.php correctly > -> Any suggestions on whether the .htaccess file rule needs to be changed? Just some Ideas: You seem to use Apache 1.3.33 - which is rather old and it looks like there are some changes in the rewrite engine: http://forum.modrewrite.com/viewtopic.php?t=8729 (this is maybe also a good place to ask) Is AllowOverride set to All or FileInfo? This is somewhere in the Apache Configuration not in .htaccess - but this is probably already working because some URL work. Also take a look in your Database for old notice URLs with index.php in them. regards martin _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
