Download jobberBase      Community      Wiki

Welcome to the joberBase development blog!

Missing .htaccess

Some people reported they missed the .htaccess file from the downloaded distribution.
If this is you, here are the contents of a .htaccess file you should place in jobberBase root dir (together with index.php and config.php):

RewriteEngine on
Options +FollowSymlinks

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

ErrorDocument 404 /page-unavailable/

Additionally, I’ve added a htaccess.txt file in the distribution, so you can rename it into .htaccess.

comments

One Response to “Missing .htaccess”

  1. Leandro Henflen on November 27th, 2007

    Hi guys, i have a dedicated server with ISPCONFIG (http://www.ispconfig.org) and the .htaccess needs to be hacked a little:

    RewriteEngine on
    #Options +FollowSymlinks

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

    ErrorDocument 404 /page-unavailable/

    Hope it’s useful for anyone.

    Cheers

Leave a Reply