On 5 March 2012 18:17, Khaled <[email protected]> wrote: > > Quick one (hopefully), but I've stumbled onto something but for the life of > me don't understand what it could be. Basically if you go to my site > www.brokenkode.com the index front page is working fine. If you click on any > page however, (here's a couple www.brokenkode.com/colophon or > www.brokenkode.com/archives ) you get the following error page: > > > Not Found > The requested URL /cerebral-interviews-issue-02 was not found on this > server. > Additionally, a 404 Not Found error was encountered while trying to use an > ErrorDocument to handle the request.
Your web server isn't rewriting your URLs correctly. There's a file called .htaccess in the root of your Habari installation that tells the web server that URLs like the ones you have above should be handled by Habari instead of looking for the pages themselves as files on disk. Have you done anything to the web server recently? It looks like brokencode.com is on dreamhost, so it might be something they've done. What's in your .htaccess file? Depending on how you're accessing the files, you might have to say something like "show hidden files" to see it. I'll try to keep my eye on #habari if you want live help. -- Michael C. Harris http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
