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.
    • CommentAuthorturrant
    • CommentTimeMar 30th 2008
     
    I know this topic is resolved here :

    http://www.jobberbase.com/community/discussion/173/solved-admin-page-unavailable-after-submitting-login/#Item_5

    but it doesn't resolve my admin problem. I am using the latest version of jobber and I cant log in to the admin section. The script is uploaded correctly and i had to change my .htaccess to this to get the links to work:

    #RewriteEngine on
    #Options +FollowSymlinks

    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule . index.php [L]

    #ErrorDocument 404 /page-unavailable/

    # Alternative .htaccess
    # only use if original doesn't seem to work for you
    RewriteEngine On
    RewriteBase /jobs/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !index.php
    #RewriteRule !\.(js|ico|gif|jpg|png|css|flv|swf)$ index.php
    #RewriteRule (.*) /index.php/$1 [L]
    RewriteRule !\.(js|css)$ /index.php/$1 [L]
    ErrorDocument 404 /page-unavailable/

    But i still cant log into the admin section. It says the page is unavailable

    http://footinthedoor.890m.com/

    please help thanks
    • CommentAuthorjamalak
    • CommentTimeApr 1st 2008
     

    Do you have access to your web server error logs ?

    • CommentAuthorturrant
    • CommentTimeApr 1st 2008
     
    I got in touch with my host provider and they told me to add / to the RewriteRule index. So here is the updated .htaccess file im using:

    RewriteEngine on
    Options +FollowSymlinks

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    ErrorDocument 404 /page-unavailable/

    I also uncommented Options +FollowSymlinks. The website links work correctly but the admin page is still saying:

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

    I looked at my error log. I have only one because its a feehost. The error log says that it collects 300 errors. And i have no errors

    Try out the admin log in your self:

    http://footinthedoor.890m.com/admin

    User: admin
    Pass: admin

    You should see the message it shows after log in