wotnow:
The problem i have been having all along is that the instructions refer to a local/physical and I was unsure as to whether this referred to my local copy on my computer or the path to the server.
I gave you the answer to this in post#8 - all configuration entries refer to the server - not your localhost.
wotnow:
Going along with the rest of the paths in this block, it would be logical just to put the admin folder as the admin folder on my server
Other that renaming it to something other than 'admin', yes this would be a valid and logical thing to do
wotnow:
sits directly in the root of my site. IE all folders that refer to www.broomebeads.com.au. Having said that when i use my ftp client Filezilla i do have to go to webspace/httpdocs then i see all my zen cart folders.
If you can understand what** you** just wrote I can't see why you are having so much confusion over the different path names.
www.broomebeads.com.au/something1/somthing2/something3 is the 'path' that the web browsers will find your site by. This is the DIR_WS defines in the configuration files. ... They are RELATIVE to the DOCROOT
If your DOCROOT is at www.broomebeads.com.au/ and you have no sub directories or folders then the RELATIVE PATH would be "/"
If your DOCROOT is at www.broomebeads.com.au/ and your zencart files are in a directory called 'store' - such as www.broomebeads.com.au/store/ then the RELATIVE directory would be /store/
If your DOCROOT is at www.broomebeads.com.au/zencart/ and your store is at www.broomebeads.com.au/zencart//store the RELATIVE directory would be /store/
If your DOCROOT is at www.broomebeads.com.au/ and your store is at www.broomebeads.com.au/zencart//store the RELATIVE directory would be /zencart/store/
Do you see a pattern emerging here? All of the above examples are perfectly valid. depending on where the user (you) decide to place your files. This is why none of us can tell you exactly what you need to enter - it is for you to choose where to place your zencart files, and therefore only you can really say for sure what the 'correct' setting should be FOR YOU.
All of the above relates to how the site is seen/accessed via a web browser.
Your FTP client on the other hand doesn't know anything about "the Web" - all it knows are the physical location of files on the server. As you know, zencart also requires you to specify the physical location of the zencart files, and since it is a physical location, this is going to be a 'constant' - so whatever your FTP program tells you is the physical path is the exact same path that you need for the DIR_FS entry in the zencart configuration files. This needs to be specified as the FULL path, and not a RELATIVE path, the reason for this is that the physical path isn't 'relative' to any particular location .... it'll always start at "/" and will be different for each user. Most of this path is predefined by your ISP as part of your account, eg:
"/home/users/jsmith/public_html" with only the bit after the "public_html" being under your control. If you place your zewncart files directly in the "public_hrml" folder then the full path (using my example) would be "/home/users/jsmith/public_html" ---- However, if I put my sencart files in a folder called "zencart" - the full path will then be /users/jsmith/public_html/zencart"
Aqain, because this is a user choice, there is no 'correct path' for all users so we can't simply tell you to 'enter this' or 'enter that'.
Finally, both paths need to 'gel' with each other - You can't (for example) place your zencart files into (say) /users/jsmith/public_html/zencart (physical path) and then specify that the webserver will find them at
" http://somedomain.com/store/".
Is this all making sense now?
No?
Try this for size... Have you installed zencart on your local machine yet? (Hopefully you have).
Where does your webbrowser find this local install? Probably something like "http://localhost/mystore/" Correct?
Now tell me (thetorical) - Where do you find the actual zencart files for this installation? Something like C:/Documents and Settings/IIS/webroot/ would be my guess.
Clearly there are two different paths here, even on your own local machine - There is the path where the webrowser requests the files from, and another path for the physical location of the files.
It is no different on a remote server - there is a 'web path' and a 'physical path'. Zencart requires both to be specified.
If after reading this you STILL have problems then I would perhaps suggest you put zencart to one site for a week or so and concentrate creating and uploading a few simple web pages into different folders on your server, creating links between them in the process (HTML 101). It really won't take long at all to realise the differences (and similarities) between the physical location of the files and the web address(es) needed to view the files.
Cheers
Rod