Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with admin panel


torrent

Recommended Posts

Sorry if this problem has been encountered before but i couldn't seem to find an answer anywhere.

 

My store has been inactive for some time now and my SSL expired a while ago. Now I need to make some changes to it but when trying to get into my admin panel I get a "This webpage has a redirect loop." error. I thought it was because of the ssl being expired so I disabled SSl in both admin/includes/configure and includes/configure. Still nothing...Any insight would be greatly appreciated!

 

Here is my current admin/includes/configure code

 

 define('HTTP_SERVER', 'http://www.torrentaudio.com/'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.torrentaudio.com/');
 define('HTTPS_CATALOG_SERVER', 'http://www.torrentaudio.com/');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/home/content/R/i/c/RichDuda1/html/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', 'admin/'); // absolute path required
 define('DIR_FS_ADMIN', '/home/content/R/i/c/RichDuda1/html/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/'); // absolute path required
 define('DIR_FS_CATALOG', '/home/content/R/i/c/RichDuda1/html/'); // absolute path required
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
 define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
 define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
 define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

Link to comment
Share on other sites

Rich,

 

Check the .htaccess file for the redirect.

 

Also, check the forums for the Security Changes that you should make.

 

 

Chris

 

Its been so long since I have messed with any of this, could you be more specific about what to look for in the .htaccess please?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...