- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Mon, 24 Sep 2007 09:38:30 +0100
- To: public-grddl-wg@w3.org
Jeremy Carroll wrote: > > I'm a bit stuck. > > I changed the .htaccess file on Friday to include the following rule > solved - more after testing Jeremy > RewriteRule ^loopx$ loopx.xml [L] > > > which I thought would do the trick, of forcing > > http://www.w3.org/2001/sw/grddl-wg/td/loopx > > to deliver loopx.xml instead of loopx.xsl > > but it didn't work, so I went home for the weekend, hoping that some > cache would clear, and it still doesn't work. > > In desparation I added the following line: > > Redirect 301 /2001/sw/grddl-wg/td/loopx > http://www.w3.org/2001/sw/grddl-wg/td/loopx.xml > > which I think might not work correctly due to the GRDDL rules on 3XX > responses, but still I get the xsl file, and even if I go via soemwhere > otehr than my own machine e.g. > > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2F2001%2Fsw%2Fgrddl-wg%2Ftd%2Floopx&charset=%28detect+automatically%29&doctype=Inline&group=0&ss=1 > > > I still get the xsl rather than the xml (see source listing at bottom of > that page) > > I attach the current state of the .htaccess file. > > Any help appreciated. > > Jeremy >
Received on Monday, 24 September 2007 08:39:03 UTC