Topic: problem with .htaccess file on installation
Hi,
In trying to install jobberBase I have worked through several installation errors thanks to information in this forum, but now I seem to have hit a wall. Would appreciate any help please.
I'm getting an internal server error and according to my ISP apparently it's an issue with the .htaccess files. Here is my setup:
My jobberBase files are installed in a folder called /jobs
Apache version: 2.x
PHP version: 5.2.0
.htacess file in /jobs folder:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
RewriteEngine on
RewriteBase /jobs
Options +FollowSymlinks
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>
.htacess file in folder /jobs/admin:
RewriteEngine on
Options +FollowSymlinks
RewriteBase/jobs/admin
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ./index.php [L]
ErrorDocument 404 /page-unavailable/
Last edited by hakaii (2009-10-12 19:40:03)