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)