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.
    • CommentAuthorhier
    • CommentTimeApr 22nd 2008
     
    Gents, I desperately need your help. I installed jobberBase on a managed host (united-domains.de) with PHP5 - the installation worked fine. When I type in the url http://www.domain.at/jobs every links doubles like http://www.domain.at/jobs/www.domain.at/jobsabout/ .... My .htacces (I took the standard) file looks like

    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
    #
    # AddType x-mapp-php5 .php
    # AddHandler x-mapp-php5 .php
    #
    # RewriteEngine On
    # RewriteBase /
    # RewriteCond %{REQUEST_FILENAME} !-f
    # RewriteCond %{REQUEST_FILENAME} !-d
    # RewriteCond %{REQUEST_URI} !index.php
    # RewriteRule (.*) /index.php/$1 [L]
    # ErrorDocument 404 /page-unavailable/

    Any ideas? Please help - I need this (btw wonderful) script for a non-commercial project. Thanks, Eric
    • CommentAuthorflakdesign
    • CommentTimeApr 22nd 2008
     
    Change the folder name from 'jobs' to some other name.

    regards
    vinay