MoreMoneyGirls.net is better viewed using
I was working on a cre loaded shopping cart installation for a friend and ran into a problem on the admin login page. When I typed in http://www.domainname.com/admin,
I was led to the following url:
https://www.domainname.comdir_ws_https_adminlogin.php/
?osCAdminID=2c5d2766bf182c496e12c2f17c98fb09
This type of problem is also common on oscommerce.
I went to http://domainname.com/admin/login.php and was shocked and very much happy that everything was okay there. Then I new that the configuration was only missing a redirect definition, and could be easily fixed.
On to fix the admin page…
Strange Redirect, dir_ws_https_adminlogin.php, A How To Fix Resolution
To solve the problem, simply add the following line to the admin/includes/config.php file:
define(’DIR_WS_HTTPS_ADMIN’, ‘admin/’);
Alternatively, you may contact me to request support.
Sphere: Related Content[...] There are many things to try when looking to troubleshoot. This can include a google search, changing file permissions, or modifying application_top.php. None of this worked for me. The error comes from other failing files from the file transfer. The best option is to delete everything and re-install. If you’re using Filezilla, pay close attention to the “Failed Transfers” that are listed at the bottom of the window. You may have to go back and upload the failed files. Here’s another article that may apply to fixing the admin page to your shopping cart. [...]