Guest Posted June 9, 2009 Posted June 9, 2009 Hi Im new to oscommerce (i dont normally handle anything that isnt design) and i cant seem to find the admin section of my site. Im wondering what the URL would be. I installed the site at www.cre8tivebusiness.co.uk by placing the catalog folder in the root. Once it was installed i moved the files out of the config folder so that the files were directly in the root directory, and changed the stylesheet link to reflect this. The page looks ok, the images are in place but i cant seem to find a way to access the admin section. I have my passwords and usernames written down so if i find the login part im sure i will be ok. If someone can help i would appreciate it, please email me at [email protected] Thanks
BryceJr Posted June 9, 2009 Posted June 9, 2009 Hi Im new to oscommerce (i dont normally handle anything that isnt design) and i cant seem to find the admin section of my site. Im wondering what the URL would be. I installed the site at www.cre8tivebusiness.co.uk by placing the catalog folder in the root. Once it was installed i moved the files out of the config folder so that the files were directly in the root directory, and changed the stylesheet link to reflect this. The page looks ok, the images are in place but i cant seem to find a way to access the admin section. I have my passwords and usernames written down so if i find the login part im sure i will be ok. If someone can help i would appreciate it, please email me at [email protected] Thanks Your admin url is www.cre8tivebusiness.co.uk/admin. However, since your admin/includes configure.php file still points to www.cre8tivebusiness.co.uk/catalog/admin, yours will take you to a part of your site that does not exist anymore. You'll get the dreaded 404 Page Not found Make changes to your admin/includes configure.php file. Here's a quick guide. Look for the following instances in your configure.php files and make the proper changes. '/catalog/' becomes '/' '/home/fhlinux133/c/cre8tivebusiness.co.uk/user/htdocs/catalog/' becomes '/home/fhlinux133/c/cre8tivebusiness.co.uk/user/htdocs/' '/catalog/admin/' becomes '/admin/'
Nullachtfuffzehn Posted June 9, 2009 Posted June 9, 2009 Your admin section is located under www.cre8tivebusiness.co.uk/admin/login.php. For some reason you're getting redirected to /catalog/admin/. Even when you get to the admin section, the stylesheets are not loaded, so the site looks a bit messed up.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.