From 46c278c3603765b623fa441e2435274fbeda05ad Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 22 Aug 2010 20:58:21 +0000 Subject: Merged r6620:6653 from 1.7 branch into trunk git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544 --- htaccess_dist | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist index 7001610c0..a2c4dac8b 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -3,13 +3,6 @@ # License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 # Link http://elgg.org/ - - # ugly ugly hack to detect missing mod_rewrite - # RedirectMatch must be to an absolute destination, so forces 500 error... - ErrorDocument 500 "Elgg error: Apache does not have mod_rewrite loaded. Please check your Apache setup." - RedirectMatch 302 .* index.php - - order allow,deny deny from all @@ -30,18 +23,6 @@ DirectoryIndex index.php ExpiresDefault "access plus 10 years" -# php 4, apache 1.x - - ErrorDocument 500 "Elgg error: Elgg does not support PHP 4." - RedirectMatch 302 .* index.php - - -# php 4, apache 2 - - ErrorDocument 500 "Elgg error: Elgg does not support PHP 4." - RedirectMatch 302 .* index.php - - # php 5, apache 1 and 2 # default memory limit to 64Mb -- cgit v1.2.3