Would it be wrong to setup a shop as a subdomain, like the shop.mywebsite.com referring to www.mywebsite.com/shop?
My problem appears when I ask for the source code (right mouse click), and it tells me that the site is using frames (which I do not use, and I am pretty sure it's not in the default Zen Cart installation).
It also tells me that I have a problem with foreign language characters, because the 'main page' does not have a CHARSET in sync with the MySQL database.
The source code is not Zen Carts, but is like:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><title>shop.mywebsite.com</title></head><frameset rows="100%"><frame src="http://www.mywebsite.com/shop">
<noframes><p>Your user agent does not support frames or is currently configured not to display frames. However
you may visit <a href="http://www.mywebsite.com/shop">the page that was supposed to be here</a></p></noframes></frameset></html>
This might be a standard solution for a subdomain setup, but will cause problems with foreign languages, or am I missing something?



Reply With Quote



Bookmarks