You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/01/09 19:58:57 UTC

svn commit: r1650630 - /incubator/corinthia/www/.htaccess

Author: jani
Date: Fri Jan  9 18:58:57 2015
New Revision: 1650630

URL: http://svn.apache.org/r1650630
Log:
no rewrite

Modified:
    incubator/corinthia/www/.htaccess

Modified: incubator/corinthia/www/.htaccess
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/.htaccess?rev=1650630&r1=1650629&r2=1650630&view=diff
==============================================================================
--- incubator/corinthia/www/.htaccess (original)
+++ incubator/corinthia/www/.htaccess Fri Jan  9 18:58:57 2015
@@ -2,7 +2,4 @@ Options +Includes +MultiViews
 AddOutputFilter INCLUDES .html
 AddOutputFilter INCLUDES .htm
 
-RewriteEngine on
-RewriteCond %{HTTP_HOST} www.corinthia.incubator.apache.org [NC]
-RewriteRule ^(.*)$ http://corinthia.incubator.apache.org/$1 [L,R=301,NC]