You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jk...@apache.org on 2007/02/26 21:15:53 UTC

svn commit: r511986 - /ant/core/trunk/docs/.htaccess

Author: jkf
Date: Mon Feb 26 12:15:53 2007
New Revision: 511986

URL: http://svn.apache.org/viewvc?view=rev&rev=511986
Log:
.htaccess change on behalf of infra

Modified:
    ant/core/trunk/docs/.htaccess

Modified: ant/core/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/.htaccess?view=diff&rev=511986&r1=511985&r2=511986
==============================================================================
--- ant/core/trunk/docs/.htaccess (original)
+++ ant/core/trunk/docs/.htaccess Mon Feb 26 12:15:53 2007
@@ -1,3 +1 @@
-<Files "index.html">
-  SetOutputFilter INCLUDES
-</Files>
\ No newline at end of file
+AddOutputFilter INCLUDES .html
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r511986 - /ant/core/trunk/docs/.htaccess

Posted by jkf <jk...@debian.jkf>.
> Hello Martijn,
>
> can you explain what this .htaccess does to the httpd ignorant public (for instance me) ?
>
> Regards,
>
> Antoine

The banners for the apachecon are included by our project as originally 
requested via an include statment.
To reduce load on the web server someone requested to either change this 
to using an iframe or to use this output filter so that not all pages have 
to be parsed for server side includes. (Includes can be switched off 
globally and only enabled where needed this way.)

First I tried to do this using iframes, but I did not get a consistent 
result in different browsers.

I verified what this statement should be doing in the apache documentation 
and then added this in a .htaccess file

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r511986 - /ant/core/trunk/docs/.htaccess

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Martijn,

can you explain what this .htaccess does to the httpd ignorant public (for instance me) ?

Regards,

Antoine

-------- Original-Nachricht --------
Datum: Mon, 26 Feb 2007 20:15:53 -0000
Von: jkf@apache.org
An: ant-cvs@apache.org
CC: 
Betreff: svn commit: r511986 - /ant/core/trunk/docs/.htaccess

> Author: jkf
> Date: Mon Feb 26 12:15:53 2007
> New Revision: 511986
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=511986
> Log:
> .htaccess change on behalf of infra
> 
> Modified:
>     ant/core/trunk/docs/.htaccess
> 
> Modified: ant/core/trunk/docs/.htaccess
> URL:
> http://svn.apache.org/viewvc/ant/core/trunk/docs/.htaccess?view=diff&rev=511986&r1=511985&r2=511986
> ==============================================================================
> --- ant/core/trunk/docs/.htaccess (original)
> +++ ant/core/trunk/docs/.htaccess Mon Feb 26 12:15:53 2007
> @@ -1,3 +1 @@
> -<Files "index.html">
> -  SetOutputFilter INCLUDES
> -</Files>
> \ No newline at end of file
> +AddOutputFilter INCLUDES .html
> \ No newline at end of file
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org