I cannot explain what this error is or why it is doing it. If you go to http://costwonder.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=M (using explorer…the error doesn’t show in firefox). If you look at the bottom left of the browser window you will see a little yellow triangle with an exclamation point.
Not only that, there is another error!! Click on a category from the category tree and then click on a product and you see a pop up error message. This is talking about a name not matching or something. I don’t understand how to fix this or why it is happening. I tried to talk to my host and they told me to match the common name.
What is a common name? How do I fix that? Where is it located? My host hasn’t written me back and it has been 4 hours. I don’t think they know. I also have not received a response from comodo help form that I filled out yet. I don’t mean to be impatient, but we want to push the site live today and can’t without the ssl certificate working properly.
Not only that, there is another error!! Click on a category from the category tree and then click on a product and you see a pop up error message. This is talking about a name not matching or something. I don't understand how to fix this or why it is happening. I tried to talk to my host and they told me to match the common name.
Your security certificate belongs to www.costwonder.com, but your links to your different products just say costwonder.com.
You probably have to add www in front of costwonder when you link to the products.
You also is missing the dokument name. put in this in the top of page if it’s a XHTML page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
or
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
Or if it’s HTML doc you can use this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
or
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
The one you use should be above the
They are the first lines you put in a document.
There was an issue since you have use both html and xml in the same documents.
There are also some issues with browsersupport…
Good luck. Hope it helps
I don’t know about the rest of the errors, but AOwl is definitely right about the following:
“Your security certificate belongs to www.costwonder.com, but your links to your different products just say costwonder.com.
You probably have to add www in front of costwonder when you link to the products.”
Change the links to anything that points to a secure page to the full domain name www.costwonder.com and you shouldn’t see that error pop up.
Regards,
Rich
Comodo Support