Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Panel returning "File Not Found" on links


Kimbot

Recommended Posts

:blink:

 

Hi all. I had a problem before with the installation running but the osc package not working properly afterwards. Links from main page returned 404 File Not Found and the format and images were missing.

 

The Admin panel did not work, links returned 404.

 

I had posted and was advised (thank you) to check the following code:

 

In catalog/includes/configure.php set:

CODE

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

 

while you are there, also check:

CODE

define('DIR_FS_CATALOG', 'YOUR_FILE_SYSTEM_PATH/catalog/');

 

I did this and it fixed the osc pakcage online, BUT the Admin is still returning 404 errors on all links from it.

 

If anybody could take a (another) look and let me know what you think I am doing wrong and how to fix it.

 

The "shop" is at http://www.fairydreams.net/catalog/

 

Admin is at http://www.fairydreams.net/catalog/admin/

 

Cheers!

Kim Grant Carter - Koh Samui - Thailand

"This sentence is not true."

Link to comment
Share on other sites

Hi Kim,

 

The links are trying to go to admin/... instead of catalog/admin/... , so check the admin/includes/configure.php file and make sure the path is correct (that it includes the catalog directory before the Admin directory).

 

Hope that helps, :D

Violet

Link to comment
Share on other sites

:D

 

OK, that fixed it. Thank you to Johnson and Violet for the assist.

 

As you can see, I am just learning this stuff.

 

So I see now that you have to tweak several config.php files here 'n there.

 

Regards

Kim Grant Carter - Koh Samui - Thailand

"This sentence is not true."

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...