You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bi...@apache.org on 2015/11/08 15:52:26 UTC

svn commit: r971757 - /websites/production/felix/content/.htaccess

Author: bimargulies
Date: Sun Nov  8 14:52:25 2015
New Revision: 971757

Log:
remove redirect; website exploded.

Modified:
    websites/production/felix/content/.htaccess

Modified: websites/production/felix/content/.htaccess
==============================================================================
--- websites/production/felix/content/.htaccess (original)
+++ websites/production/felix/content/.htaccess Sun Nov  8 14:52:25 2015
@@ -1,16 +1,3 @@
 ErrorDocument 403 /errors/403.html
 ErrorDocument 404 /errors/404.html
 
-RewriteEngine on
-
-# if file is not found in CMS content, look into components
-RewriteCond %{REQUEST_URI} !^/components/
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ /components/$1 [C]
-
-# in case of directory without trailing /, do the redirect or httpd
-will do a redirect from /foo to /components/foo/
-RewriteCond %{REQUEST_FILENAME} -d
-RewriteCond %{REQUEST_URI} !/$
-RewriteRule components/(.*) /$1/ [R]