Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorLoopy
    • CommentTimeMar 4th 2008 edited
     
    When I go to the login page and enter the username and login I get this error:

    We're sorry, but the page you were looking for could not be found.

    The rest of the installation seems to work ok but can't get the admin section to work.

    Any ideas or suggestions would be great.

    Thanks.
    • CommentAuthorjamalak
    • CommentTimeMar 5th 2008
     
    Mmm, actually I experience the same problem. I imagine it's linked to the .htaccess file in /admin section but can't find what is the correct config.
    • CommentAuthorLoopy
    • CommentTimeMar 6th 2008
     
    jamalak, a simple but very effective answer. I checked and I didn't have a htaccess file for the admin folder. Copied the main htaccess file into the admin folder and tried login to the admin section on the site and worked perfectly. Thanks for your help.
    • CommentAuthorjamalak
    • CommentTimeMar 9th 2008
     

    I finally solved mine too, just by uncommenting this line
    #Options +FollowSymLinks
    in both .htaccess files
    :)

    • CommentAuthorturrant
    • CommentTimeMar 30th 2008
     
    Hmm i have the same problem but i did what u guys done and the page is still unavailable. Jamalak when u say "uncommenting" do you mean delete :)
    • CommentAuthorjamalak
    • CommentTimeApr 1st 2008
     

    @turrant : No, I meant wipe the “#” at the beginning of the line
    before : #Options +FollowSymLinks
    after : Options +FollowSymLinks