rankinit2
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] All cache options are greyed out exceptThat worked! thanks! How do I use a different memcache server that is not on the localhost of the php application server? ie if I have 5 different application servers how to I tell them to use a central memcache server? in the wp-config settings?
Forum: Plugins
In reply to: sitemap error loading stylesheetThe sitemap.xls file doesn’t declare a stylesheet. To make it work I did the following:
Substitute the following in the sitemap.xls file in the 1st line:
FROM:
<?xml version=”1.0″ encoding=”UTF-8″ ?>TO:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<stylesheet version=”1.0″ xmlns=”https://www.w3.org/1999/XSL/Transform”>This solved the problem for me.
Check it out here:
Divas Bloghttps://www.divas-blog.com/sitemap.xml
Found the answer to problem here:
https://www.theerrormessage.com/2007/06/08/an-xslt-stylesheet-does-not-have-an-xml-mimetype/
Forum: Plugins
In reply to: Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype:The sitemap.xls file doesn’t declare a stylesheet. To make it work I did the following:
Substitute the following in the sitemap.xls file in the 1st line:
FROM:
<?xml version=”1.0″ encoding=”UTF-8″ ?>TO:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<stylesheet version=”1.0″ xmlns=”https://www.w3.org/1999/XSL/Transform”>This solved the problem for me.
Check it out here:
Divas Bloghttps://www.divas-blog.com/sitemap.xml
Found the answer to problem here:
https://www.theerrormessage.com/2007/06/08/an-xslt-stylesheet-does-not-have-an-xml-mimetype/