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
    • CommentTimeFeb 23rd 2008 edited
     
    I've installed v1.4 but only the homepage is available to me. Anybody have any idea why this is happening and how I could solve it. Thanks. Here's the link to the home page: http://www.recruit4all.com/app/

    This is just the default install, I'll be changing the look of it!
    • CommentAuthorjamalak
    • CommentTimeFeb 23rd 2008
     

    Hi Loopy, did you check if you have a .htaccess file? If not, try this one (change it to your needs) :

    RewriteEngine On
    RewriteBase /jobs/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !index.php
    RewriteRule (.*) /index.php/$1 [L]
    ErrorDocument 404 /page-unavailable/

    • CommentAuthorLoopy
    • CommentTimeFeb 23rd 2008
     
    Sorry, stupid question! What parts should I rewrite?
    • CommentAuthorjamalak
    • CommentTimeFeb 23rd 2008
     

    I think you should only change the RewriteBase /jobs/ to RewriteBase /app/jobs/ but I’m a real noob of .htaccess configuration

    Actually I can’t even access my admin section :(

    • CommentAuthorLoopy
    • CommentTimeFeb 24th 2008
     
    Tried it but no luck. Thanks for your help. Any other ideas.
    • CommentAuthorLoopy
    • CommentTimeFeb 25th 2008
     
    Jamalak, thanks for you help, figured it out, my error in the htaccess file.
    • CommentAuthorjamalak
    • CommentTimeFeb 25th 2008
     
    Great :)