From 6e0c8998901bcae422a41d630c8cb95441239f7b Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 1 Oct 2010 12:13:24 +0000 Subject: Refs #2129 - integrates new installer code from http://github.com/cash/Elgg - does not work yet with non-Apache web servers git-svn-id: http://code.elgg.org/elgg/trunk@6991 36083f99-b078-4883-b0ff-0f9b5a30f544 --- htaccess_dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist index a2c4dac8b..48129d0f9 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -115,4 +115,7 @@ RewriteRule mt/mt-xmlrpc.cgi engine/handlers/xml-rpc_handler.php RewriteRule ^tag/(.+)/?$ engine/handlers/pagehandler.php?handler=search&page=$1 +# rule for rewrite module test during install - can be removed after installation +RewriteRule ^modrewrite.php$ install.php + -- cgit v1.2.3