summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--httpd/conf/httpd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf
index 019946b..eeea07e 100644
--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -44,8 +44,10 @@ Alias /w3c-validator/ /usr/local/validator/htdocs/
</IfModule>
# atom news feed
- RewriteRule ^/whatsnew.atom$ http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http://www.w3.org/QA/Tools/validator-news.xsl&xmlfile=http://validator.w3.org/whatsnew.html [P,L]
+<IfModule mod_rewrite.c>
+ RewriteRule /w3c-validator/whatsnew.atom$ http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http://www.w3.org/QA/Tools/validator-news.xsl&xmlfile=http://validator.w3.org/whatsnew.html [P,L]
# will need to change this to point to validator.w3.org/validator-news.xsl when we publish it there.
+</IfModule>
<Proxy *>
Order Deny,Allow