RE: two CSS are being pulled from by index.php
Daemonj <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <1e28028f26f8644ec40e825eebf5516e@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=227132#227132
----------------------------------------------------------------
The only line that you need to change after you have moved the files to the root folder is
[code]define('DIR_WS_CATALOG', '/');[/code]
Everything else will be okay.
Where else would you consider placing the admin folder? Most people have the admin folder within the catalog (root) folder so when they wish to access the admin panel, they would access http://www.mystore.com/admin.
The catalog store itself does not reference any of the files in the admin folder.