olliekav

Topic: 404 errors on every page

http://www.givemeastudent.dreamhosters.com/

I am moving our Jobberbase board over to a new server so have mirrored the domain to test it before switching the domain name over. I get a 404 error on every single page apart from the homepage and admin currently.

I have been through every post on here for different .htaccess settings and none have worked so far. Currently I have...

# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php

RewriteEngine on
Options +FollowSymlinks

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

RewriteBase /

ErrorDocument 404 /page-unavailable/
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>

I have tried copying the .htaccess from admin and this doesn't work and various changes to RewriteBase such as...

RewriteBase /
RewriteBase /givemeastudent.dreamhosters.com

I have also tried altering this line...

RewriteRule . /index.php [L]

I ahve also tried echoing the BASE_URL in config.php and it is returning the correct url.

I am at a dead end now, could there be anything else causing this?

Last edited by olliekav (2009-10-09 18:51:00)

putypuruty

Re: 404 errors on every page

Hi!

Did you try adding RewriteBase /givemeastudent?

If it still doesn't work, please check your Apache server version. If it's 1.3, you'll have to search the forum for alternate .htaccess files (the ones that come with jobberbase are for version 2.X)

Good luck!