Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin throwing 404's on every link!


TheWebCircuit

Recommended Posts

Man...

What a DAY!

I have installed the release from today's download and everything on the users end seems to be working great.

 

WHY ME!

Now when I go to /admin/index.php I get a 404 error for EVERY link associated with the site!

 

What have I done wrong and how can I fix this?

 

http://www.breakawayclothing.com/shopping/admin/

Thats the admin page, check it out for yourself.

Thanks in advance to anyone that can help!

Rich Rodgers

OsCommerce | PHP Nuke Webmaster

Link to comment
Share on other sites

Probably something set wrong in admin/includes/configure.php. Take a look at the link that it is trying to open and the error will probably be obvious. If it's not, please post the file -- without the database part -- and we'll take a look.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Yes your Admin sites Links are showing to admin/ but should be shopping/admin/

so it seems you didnt set your admin directory correct in you /admin/includes/configure.php.

 

This is setup for the AdminPanel by default "/admin/includes/configure.php"

 

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/catalog/');

 

 

Should be for you for example

 

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/shopping/');

 

Hope that helps

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...