RE: two CSS are being pulled from by index.php
Emmett <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <0613a1a8d32f6574327b1a74a7f8de06@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=227194#227194
----------------------------------------------------------------
[quote="Daemonj"]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..[/quote]
Ok, Thanks, I think I see it now. All other lines of code referenced to catalog pick up the info in this line.
[quote="Daemonj"]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.[/quote]
Well, my admin directory is in the root with all the contents of the old catalog dir which is now disfunctional(the dir not the contents). What I thought was being said in previous posts was to remove the contents of the admin directory and place the contents into the root dir like I did with the catalog directory.
My admin access URL: http://www.mystore.biz/admin/index.php
[quote="Daemonj"]
The catalog store itself does not reference any of the files in the admin folder.[/quote]
I kinda figured that was the case.(but I did not know for sure) Thanks for firming up my thinking on this.
Thank You all for the help. All of this has pushed my knowledge up one more little notch. (If there just were not sooooo many notches :) )
Emmett