If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Search Icon showing as Letter "j" instead of Magnifying Glass
So type slowly when explaining this to me please. What does this rewrite do? Does it force the www to be used? It seems that the ReadyThemes icons need the www to function. The href seems to imply not using the www. Could the href just be <link rel="stylesheet" type="text/css" href="/style.css"> instead? Or is something else needed?
It simply rewrites any form of domain name (example.com mostly) to www.example.com...cause those are TWO different domains, and if a resource is calling one (like www.domain.com) while its on domain.com you can get a 'cross script' error. and yes, using relative references will work based on the base href tag.
Comment