Leela

Topic: 404 error - Unable to navigate to any ADMIN page links

Hi Friends,

I have recently downloaded jobberbase and installed in Godaddy server Windows hosting with php, mySql and Apache.
I have modified the config_env files for apache rewrite and appropriate DB names and .htaccess files in root and admin folders.

After login as "admin", I click on any links. I get teh following error "Oops Page not Found". Most of the links are looking for some folders in admin which are not currently existing.

Pls let me knwo how to resolve this issue.

Thanks in Advance,
Leela

hobo

Re: 404 error - Unable to navigate to any ADMIN page links

Hi.
Did you make your admin/_templates/_cache folder writable?

Last edited by hobo (2010-12-16 14:53:39)

Leela

Re: 404 error - Unable to navigate to any ADMIN page links

Hi,

Thanks for your reply. I have made the _cache folders writable.

The problem still exists.
During admin login, its re-directed to this link
http://site.com/jobberbase/admin/home/

links

Re: 404 error - Unable to navigate to any ADMIN page links

Hi,

You can try to add the following line:

Code:
RewriteBase /admin

in the .htaccess file located in the admin folder, after the line:

Code:
RewriteEngine on