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:
# 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