Hosting
Here are my Top 2 Hosting services that I have personal experience with installing numerous jobberBase websites without a problem.
Sign-up with InMotion

- Fast email with SPAM blocking
- Different levels of hosting so you can grow
- 90 day money back guarantee (best I know of)
- Very reliable with 99.9% Uptime
- Easy to use control panel and a premium web site builder
- Unlimited disk space and Unlimited monthly traffic (Business plan)
- Very helpful, probably best known for top technical support
Sign-up with JustHost

- FREE Domain For Life & FREE Instant Setup
- No Hidden Fees
- Unlimited GBs of Web Space
- Unlimited GBs of Transfer
- Unlimited Domain Hosting
- Unlimited E-Mail Accounts
- Unlimited MySQL Databases
- SSL, FTP, Stats CGI, Ruby (RoR), Perl, PHP, MySQL
FREE default jobberBase installation
if you do sign-up with either of them! *
Installing jobberBase on a sub-directory called ‘/jobs’
this has been a very common issue on people installing jobberBase on a sub-directory called ‘/jobs’, this is an issue because jobberBase uses the ‘/jobs’ URL (not directory) when publishing jobs and this gets in conflict when the folder also has the same name of ‘jobs’. to resolve the issue you can try the following:
on your site’s /jobs/.htaccess file, update the content to this:
# AddType x-mapp-php5 .php # AddHandler x-mapp-php5 .php RewriteEngine on Options +FollowSymlinks RewriteBase /jobs RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] ErrorDocument 404 /page-unavailable/ <files ~ "\.tpl$"> order deny,allow allow from none deny from all </files>
and on your site’s /jobs/admin/.htaccess file, update the content to this:
RewriteEngine on Options +FollowSymlinks RewriteBase /jobs/admin RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] ErrorDocument 404 /page-unavailable/
personally, i DO NOT recommend installing jobberBase on a ‘/jobs’ sub-directory as the URL the jobs will be on will be pretty redundant, like:
http://www.somewebsite.com/jobs/job/1/web-developer-needed-at-foo-inc/
instead if you really want to use the ‘jobs’ word, i’d recommend installing jobberBase on a sub-domain instead, like:
http://jobs.somewebsite.com/job/1/web-developer-needed-at-foo-inc/
* free installation is offered only when the links from this site is used to sign-up for a hosting plan.








