in the root of the shop you should see files like index.php , and folders like includes, images, YOUR_ADMIN
in the root of the shop you should see files like index.php , and folders like includes, images, YOUR_ADMIN
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Yes, does this file go into index-html? Or do I need to do this through the CPanel?
Silver
I was finally able to get the Google verification code into the root of my website but it still would not verify. I kept getting "Page Not Found" as I stated previously. I did find a way to make this effort successful for anyone who has this problem in the future.
On the same page for the varification, Google has a tab called Alternate. If you click on that it will give you several choices to verify. I chose "meta-tag." Again, Google gives you a meta-tag with their code. You need to go here:
/includes/templates/your_template/common/html_header.php
You need to place the tag within the <head> here <head/> and that should do it. When you have done that, the next step is to click verify within the Webmaster tools page you are on, and hopefully, it will say that you have sucessfully verified your site!
Thanks to all who helped. I appreciate it!
Have a Great Weekend,
Silver
Problem with this method is that if you change templates you will also have to transfer that verification code.
Like to point out that you obviously know how to get to:
/includes/templates/your_template/common/html_header.php
The root of your store is when you move backwards (up, left, whatever) to just /
It is also (by ftp) the location identified in your includes/configure.php associated with DIR_FS_ type defines.
There are a number of ways as the store owner to determine/identify this "location" let alone from all of the suggestions provided by others above.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
mc12345678:
Hey, how are you! Just wanted you to know that I tried placing the varification code here / , which is public-html, as you suggested above and Google didn't recognize it. So you can also place it at the includes/configure.php file? What is funny is that a long time ago, in the FrontPage days, the root was your index page!
Thanks again,
Silver
No, can not place it in the configure.php file found in the includes file.
Google gives multiple methods of incorporating the verification code. One is by including in the header which is the mthod you described above. Another is by creating a uniquely named file (they tell you what to name it) and placing the file in the root folder. That file is to also contain specific information stated by google. I think there is one or more other options, but I forget.
Now all that said the root folder may not be the public_html folder depending on how all things are setup on theserver forthe site(s) in question. For example if there is a sub folder off of public_html named site1 and it is in that folder that all of the ZC files applicable to site1 are stored, then the root of site1 is actually the public_html/site1 folder. Yes, the root is where index.php is at so there is no change there either.
It is important though that you not mix the directions from google, pick one method and go straight through with it.
I wanted to point out that if you do decide to change to a different template, your google incorporated code will not automatically transfer with it installed the way applied. It is also why everyone else was pushing for the code to be properly incorporated into the store's root so that the chosen template wouldn't matter related to the google code.
The discussion of the configure.php file was to help you understand the pieces and parts that are in ZC as earlier in this thread you stated you didn't know where the public_html folder was on your server or maybe it was that you couldn't find it or something similar. I at no time said that the code could be installed in the configure.php file.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
No problem. I didn't mean to say that you did. Like I said, I placed it in the public_html but apparently that isn't the root because Google didn't recognize it.
Thanks for your help,
Silver