arnehulstein

Topic: Links to pages lead to not found

Hi guys,

I have just installed jobberbase at http://baanzoektmv.nl and was quite pleased with the ease of the installation. Untill I tried to access the site. The front page works fine and so does the admin section. However, I can not see pages or job postings.

Apache mod_rewrite is on.

My .htaccess file says:

.htaccess wrote:

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

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index.php
#RewriteRule (.*) /index.php/$1 [L]

RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/

As I have found here on the forum. However, the problem persists. Any other suggestions? Help is greatly appreciated.

Arne

arnehulstein

Re: Links to pages lead to not found

I've gone over the installation instructions again and switched on the error reporting as well.

...and...

Nothing.

I have re-checked the rewrite rules and it all seems to be in order. Jobberbase is not installed in a subdirectory and none of the other errors seemed to be the case. I am getting really annoyed by this now. I hope someone can help me out here...

arnehulstein

Re: Links to pages lead to not found

Extra points to Link for solving the problem. And what an easy one it turned out to be. Apparently FTP programs have cache too... ;-) The .htaccess file seemed to be there, but never made it. Weirdly enough.

Thanks. This can close.

skyfoxbob

Re: Links to pages lead to not found

Hi arnehulstein,

I have the same problem. What it you do to fix it?

Thank You for any info.

arnehulstein

Re: Links to pages lead to not found

In the end it turned out the .htaccess file I mentioned didn't exist. It told me it did, but the FTP program apparently only cached it and didn't actually put it there. When I put it in, it worked fine.